missed a frameAdvance() in displayTextBox()
This commit is contained in:
parent
1f976f1ef7
commit
502f451110
1 changed files with 1 additions and 3 deletions
|
@ -160,9 +160,7 @@ void displayTextBox(TextBox* self)
|
||||||
|
|
||||||
textBoxInput(self, &textIsRelevent);
|
textBoxInput(self, &textIsRelevent);
|
||||||
|
|
||||||
SDL_Flip(screen);
|
frameAdvance();
|
||||||
timeDilation();
|
|
||||||
|
|
||||||
}
|
}
|
||||||
self->scroll = 0;
|
self->scroll = 0;
|
||||||
self->cursor = 0;
|
self->cursor = 0;
|
||||||
|
|
Loading…
Reference in a new issue