missed a frameAdvance() in displayTextBox()

This commit is contained in:
Iris Lightshard 2019-01-09 21:31:21 -08:00
parent 1f976f1ef7
commit 502f451110
Signed by: Iris Lightshard
GPG key ID: 3B7FBC22144E6398

View file

@ -160,9 +160,7 @@ void displayTextBox(TextBox* self)
textBoxInput(self, &textIsRelevent);
SDL_Flip(screen);
timeDilation();
frameAdvance();
}
self->scroll = 0;
self->cursor = 0;