mirror of
https://github.com/sbrl/Nibriboard.git
synced 2018-01-10 21:33:49 +00:00
[server] Rename ClientState.AbsCursorPosition to ClientState.CursorPosition
This commit is contained in:
parent
686dd2f56d
commit
6f4388c50f
2 changed files with 2 additions and 2 deletions
|
@ -206,7 +206,7 @@ namespace Nibriboard.Client
|
|||
result.Id = Id;
|
||||
result.Name = Name;
|
||||
result.Colour = Colour;
|
||||
result.AbsCursorPosition = AbsoluteCursorPosition;
|
||||
result.CursorPosition = AbsoluteCursorPosition;
|
||||
result.Viewport = CurrentViewPort;
|
||||
|
||||
return result;
|
||||
|
|
|
@ -39,7 +39,7 @@ namespace RippleSpace
|
|||
/// <summary>
|
||||
/// The absolute position of the client's cursor.
|
||||
/// </summary>
|
||||
public Vector2 AbsCursorPosition = Vector2.Zero;
|
||||
public Vector2 CursorPosition = Vector2.Zero;
|
||||
|
||||
public ClientState()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue