fix
This commit is contained in:
parent
e247902cc6
commit
266f3059b4
@ -202,7 +202,7 @@ void GUI::act(float delta, const Viewport& vp) {
|
||||
|
||||
void GUI::postAct() {
|
||||
while (!postRunnables.empty()) {
|
||||
runnable callback = postRunnables.back();
|
||||
runnable callback = postRunnables.front();
|
||||
postRunnables.pop();
|
||||
callback();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user