Skip to content

Commit

Permalink
Match LegoWorld::Tickle
Browse files Browse the repository at this point in the history
  • Loading branch information
foxtacles committed Dec 28, 2024
1 parent 29e7721 commit 902b619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LEGO1/lego/legoomni/src/entity/legoworld.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ MxResult LegoWorld::Tickle()
ReadyWorld();
return TRUE;
case e_two:
if (PresentersPending()) {
if (PresentersPending() == TRUE) {
break;
}
default:
Expand Down

0 comments on commit 902b619

Please sign in to comment.