Update legoworld.cpp

This commit is contained in:
Christian Semmler 2025-01-11 11:33:46 -07:00 committed by GitHub
parent c327b0c5fa
commit 01a5794e24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -726,11 +726,7 @@ void LegoWorld::Enable(MxBool p_enable)
SetIsWorldActive(TRUE);
#endif
}
#ifndef BETA10
else if (!p_enable && m_set0xd0.size() == 0) {
#else
else if (!p_enable && m_set0xd0.size() != 0) {
#endif
MxPresenter* presenter;
LegoPathController* controller;
LegoPathActor* actor = UserActor();