Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit 3efffab

Browse files
authored
Fix world removal disabling all non-ecs functionality (#967)
1 parent f5051d7 commit 3efffab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workers/unity/Packages/com.improbable.gdk.core/Utility/PlayerLoopUtils.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ public static void RemoveFromPlayerLoop(World world)
218218
return targetSystem.World != world;
219219
}
220220

221-
return false;
221+
return true;
222222
}).ToArray();
223223
}
224224

0 commit comments

Comments
 (0)