mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-11-15 14:09:06 +00:00
fix ActionMapper crash (thx PL)
This commit is contained in:
parent
10c8d53e36
commit
e23a881bda
1 changed files with 1 additions and 0 deletions
|
@ -409,6 +409,7 @@ void ActionMapper::onUpdate (float dt)
|
|||
}
|
||||
if (core->loopDone) goto out;
|
||||
}
|
||||
if (cleared) { cleared = false; goto out; } // actionData has been cleared, stop iteration
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue