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() {
|
void GUI::postAct() {
|
||||||
while (!postRunnables.empty()) {
|
while (!postRunnables.empty()) {
|
||||||
runnable callback = postRunnables.back();
|
runnable callback = postRunnables.front();
|
||||||
postRunnables.pop();
|
postRunnables.pop();
|
||||||
callback();
|
callback();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user