Reorder include and use correct datatypes
This commit is contained in:
@@ -56,7 +56,7 @@ struct RectangleInt2D
|
||||
const bool is_contained = Contains(location);
|
||||
if (is_contained)
|
||||
{
|
||||
return 0.;
|
||||
return 0.0f;
|
||||
}
|
||||
|
||||
enum Direction
|
||||
|
||||
Reference in New Issue
Block a user