mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Fix
This commit is contained in:
parent
f5e5ea1bf9
commit
afb06d4ee4
@ -84,7 +84,7 @@ MxResult LegoWorld::Create(MxDSAction& p_dsAction)
|
||||
|
||||
if (p_dsAction.GetFlags() & MxDSAction::c_enabled) {
|
||||
if (CurrentWorld()) {
|
||||
CurrentWorld()->Enable(0);
|
||||
CurrentWorld()->Enable(FALSE);
|
||||
}
|
||||
|
||||
SetCurrentWorld(this);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user