Core: Use Math namespace for constants

This commit is contained in:
Thaddeus Crews
2025-04-10 11:21:05 -05:00
parent 06c71fbf40
commit 94282d88f9
181 changed files with 812 additions and 818 deletions

View File

@ -321,7 +321,7 @@ bool EditorUndoRedoManager::redo() {
}
int selected_history = INVALID_HISTORY;
double global_timestamp = INFINITY;
double global_timestamp = Math::INF;
// Pick the history with lowest last action timestamp (either global or current scene).
{