mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 08:41:16 +00:00
fix
This commit is contained in:
parent
6691adb0e0
commit
6d73634377
@ -75,7 +75,7 @@ void LegoPathPresenter::ReadyTickle()
|
||||
if (chunk) {
|
||||
LegoPathController* controller = new LegoPathController();
|
||||
|
||||
if (controller != NULL) {
|
||||
if (controller == NULL) {
|
||||
EndAction();
|
||||
}
|
||||
else {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user