1
0
Fork 0
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:
fgenesis 2011-08-11 23:43:55 +02:00
parent 10c8d53e36
commit e23a881bda

View file

@ -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
}
}
}