From afb06d4ee4f572682abf3e1eed160956b41b46bf Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Fri, 16 Feb 2024 20:04:59 -0500 Subject: [PATCH] Fix --- LEGO1/lego/legoomni/src/entity/legoworld.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGO1/lego/legoomni/src/entity/legoworld.cpp b/LEGO1/lego/legoomni/src/entity/legoworld.cpp index 3504eeeb..3a705813 100644 --- a/LEGO1/lego/legoomni/src/entity/legoworld.cpp +++ b/LEGO1/lego/legoomni/src/entity/legoworld.cpp @@ -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);