mirror of
https://github.com/sbrl/Nibriboard.git
synced 2018-01-10 21:33:49 +00:00
[server] Bugfix: Correct Rectangle logic
This commit is contained in:
parent
6f4388c50f
commit
3689f685b9
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ namespace SBRL.Utilities
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
public int Bottom {
|
public int Bottom {
|
||||||
get {
|
get {
|
||||||
return Y + Width;
|
return Y + Height;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
Loading…
Reference in a new issue