You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Remove duplicate WARN_PRINT macro.
This commit is contained in:
@@ -1114,7 +1114,7 @@ void EditorFileSystem::_notification(int p_what) {
|
||||
Thread::wait_to_finish(thread);
|
||||
memdelete(thread);
|
||||
thread = NULL;
|
||||
WARN_PRINTS("Scan thread aborted...");
|
||||
WARN_PRINT("Scan thread aborted...");
|
||||
set_process(false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user