This commit is contained in:
Menotdan
2023-10-02 00:34:14 -04:00
parent 8ba1878657
commit 8cf6134f8b
6 changed files with 10 additions and 55 deletions

View File

@@ -197,7 +197,7 @@ namespace FlaxEditor.Surface
Float2 pointToRound = point;
pointToRound.X = round(pointToRound.X);
pointToRound.Y = round(pointToRound.Y);
return pointToRound;
}