Core: Use Math namespace for constants
This commit is contained in:
@ -215,7 +215,7 @@ private:
|
||||
|
||||
bool has_selection = false;
|
||||
int max_selection = 1;
|
||||
Point2 selection_position = Point2(INFINITY, INFINITY);
|
||||
Point2 selection_position = Point2(Math::INF, Math::INF);
|
||||
Rect2 selection_drag_area;
|
||||
PopupMenu *selection_list = nullptr;
|
||||
Color selection_area_fill;
|
||||
|
||||
Reference in New Issue
Block a user