You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
Fix synchronization of global class name
This commit is contained in:
@@ -546,7 +546,7 @@ void FileSystemDock::_notification(int p_what) {
|
||||
|
||||
case NOTIFICATION_PROCESS: {
|
||||
if (EditorFileSystem::get_singleton()->is_scanning()) {
|
||||
scanning_progress->set_value(EditorFileSystem::get_singleton()->get_scanning_progress() * 100);
|
||||
scanning_progress->set_value(EditorFileSystem::get_singleton()->get_scanning_progress() * 100.0f);
|
||||
}
|
||||
} break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user