mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-05 19:08:12 +00:00
You should call present when using a software renderer as well.
Fixes https://github.com/libsdl-org/SDL/issues/8676
This commit is contained in:
@@ -57,6 +57,7 @@ static void DrawChessBoard(void)
|
||||
}
|
||||
}
|
||||
}
|
||||
SDL_RenderPresent(renderer);
|
||||
}
|
||||
|
||||
static void loop(void)
|
||||
|
Reference in New Issue
Block a user