diff --git a/TextBox.c b/TextBox.c index eb8ebd4..a6128c9 100644 --- a/TextBox.c +++ b/TextBox.c @@ -160,9 +160,7 @@ void displayTextBox(TextBox* self) textBoxInput(self, &textIsRelevent); - SDL_Flip(screen); - timeDilation(); - + frameAdvance(); } self->scroll = 0; self->cursor = 0;