diff --git a/drivers/windows/file_access_windows.cpp b/drivers/windows/file_access_windows.cpp index d391f1d89e6..457bd1bc0a8 100644 --- a/drivers/windows/file_access_windows.cpp +++ b/drivers/windows/file_access_windows.cpp @@ -141,7 +141,7 @@ void FileAccessWindows::close() { } if (rename_error) { attempts--; - OS::get_singleton()->delay_usec(1000000); //wait 100msec and try again + OS::get_singleton()->delay_usec(100000); // wait 100msec and try again } }