mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-25 22:18:34 +01:00
fixed upleft
This commit is contained in:
parent
21dce9d60a
commit
032923c660
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ namespace MLEM.Misc {
|
|||
case Direction2.DownLeft:
|
||||
return new Point(-1, 1);
|
||||
case Direction2.UpLeft:
|
||||
return new Point(-1, 1);
|
||||
return new Point(-1, -1);
|
||||
default:
|
||||
return Point.Zero;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue