From 751aabdac45f50e830c3d8235396ce8a1f393dbc Mon Sep 17 00:00:00 2001 From: Likith A <120589557+LikithAnaparty79@users.noreply.github.com> Date: Wed, 20 Nov 2024 15:27:05 +0530 Subject: [PATCH] Updated RenderingService.cs comments --- WhiteboardGUI/Services/RenderingService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WhiteboardGUI/Services/RenderingService.cs b/WhiteboardGUI/Services/RenderingService.cs index deebc89e..736d6a76 100644 --- a/WhiteboardGUI/Services/RenderingService.cs +++ b/WhiteboardGUI/Services/RenderingService.cs @@ -7,7 +7,7 @@ * * Project = Rendering shapes * - * Description = Helps in rendering shapes sent over the network on the whiteboard + * Description = Helps in local rendering of shapes and broadcasts shape data over the network to other users. *************************************************************************************************/ @@ -240,4 +240,4 @@ public void RenderShape(IShape currentShape, string command) _networkingService.BroadcastShapeData(serializedMessage); } } -} \ No newline at end of file +}