1
0
Fork 0

[client] Bugfix: Finish capitalising 'event' in the messages as it's a reserved word in C#

This commit is contained in:
Starbeamrainbowlabs 2017-02-19 15:12:23 +00:00
parent fec2cc85e2
commit a09229d341
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class CursorSyncer
{
// Update the server on the mouse's position
this.rippleLink.send({
"event": "CursorPosition",
"Event": "CursorPosition",
"AbsCursorPosition": this.cursorPosition
});
}