You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
[GDNative] remove spam at editor unfocus when using NativeScript
This commit is contained in:
@@ -1691,7 +1691,7 @@ void NativeReloadNode::_notification(int p_what) {
|
||||
|
||||
// since singleton libraries are not unloaded there is no point
|
||||
// in loading them again.
|
||||
if (!gdn->get_library()->is_singleton()) {
|
||||
if (gdn->get_library()->is_singleton()) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user