[engine] update collision detect
This commit is contained in:
@@ -18,6 +18,6 @@ class Point {
|
||||
}
|
||||
|
||||
public function toString():String {
|
||||
return 'Point{x=$x,y=$y}';
|
||||
return 'Point{x=${Math.round(x * 100) / 100},y=${Math.round(y * 100) / 100}}';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user