Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions WhiteboardGUI/Services/RenderingService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*************************************************************************************************/


Expand Down Expand Up @@ -240,4 +240,4 @@ public void RenderShape(IShape currentShape, string command)
_networkingService.BroadcastShapeData(serializedMessage);
}
}
}
}