1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-15 13:51:40 +00:00

[GDNative] remove spam at editor unfocus when using NativeScript

(cherry picked from commit 0e5b2b16ed)
This commit is contained in:
thomas.herzog
2019-03-22 11:46:34 +01:00
committed by Rémi Verschelde
parent 08f3562fd1
commit cf8bd34941

View File

@@ -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;
}