Skip to content

Commit e3ddf3d

Browse files
committed
ResourceLoader: Fixup resource changed feature (no. 2)
1 parent d5d6c73 commit e3ddf3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/io/resource_loader.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,7 @@ Ref<Resource> ResourceLoader::_load_complete_inner(LoadToken &p_load_token, Erro
860860
}
861861
}
862862
core_bind::Semaphore done;
863-
MessageQueue::get_main_singleton()->push_callable(callable_mp(&done, &core_bind::Semaphore::post));
863+
MessageQueue::get_main_singleton()->push_callable(callable_mp(&done, &core_bind::Semaphore::post).bind(1));
864864
done.wait();
865865
}
866866
}

0 commit comments

Comments
 (0)