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 +}