Skip to content

Commit 66b1c0b

Browse files
committed
Update FreeplayManager.hx
1 parent cb97c4a commit 66b1c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/managers/FreeplayManager.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class FreeplayManager {
6464
return instance = new APFreeplayManager();
6565
}
6666
case false:
67-
if (instance != null && Std.isOfType(instance, FreeplayManager)) {
67+
if (instance != null && !Std.isOfType(instance, APFreeplayManager)) {
6868
trace("Using existing FreeplayManager instance.");
6969
return instance;
7070
} else {

0 commit comments

Comments
 (0)