Fix synchronization of global class name
This commit is contained in:
parent
6b281c0c07
commit
39369db029
13 changed files with 455 additions and 201 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue