diff --git a/LEGO1/lego/legoomni/src/paths/legopathpresenter.cpp b/LEGO1/lego/legoomni/src/paths/legopathpresenter.cpp index 82048534..9ff31ed4 100644 --- a/LEGO1/lego/legoomni/src/paths/legopathpresenter.cpp +++ b/LEGO1/lego/legoomni/src/paths/legopathpresenter.cpp @@ -75,7 +75,7 @@ void LegoPathPresenter::ReadyTickle() if (chunk) { LegoPathController* controller = new LegoPathController(); - if (controller != NULL) { + if (controller == NULL) { EndAction(); } else {