testcamera: always render current texture

This commit is contained in:
Anonymous Maarten 2024-08-15 12:41:14 +02:00 committed by Ryan C. Gordon
parent 612b41c451
commit 4ac5d4506b
1 changed files with 0 additions and 2 deletions

View File

@ -308,8 +308,6 @@ int SDL_AppIterate(void *appstate)
*/
frame_current = frame_next;
texture_updated = SDL_FALSE;
} else {
return SDL_APP_CONTINUE;
}
if (frame_current) {