This commit is contained in:
Christian Semmler 2024-03-24 17:24:36 -04:00
parent 6691adb0e0
commit 6d73634377

View File

@ -75,7 +75,7 @@ void LegoPathPresenter::ReadyTickle()
if (chunk) {
LegoPathController* controller = new LegoPathController();
if (controller != NULL) {
if (controller == NULL) {
EndAction();
}
else {