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