mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-22 15:25:36 +00:00
Remove casts from typed pointer to void * for printf %p in test projects
This commit is contained in:
committed by
Ozkan Sezer
parent
57418475ce
commit
e5d3a1b6f5
@@ -285,7 +285,7 @@ SDL_AppResult SDL_AppIterate(void *appstate)
|
||||
|
||||
#if 0
|
||||
if (frame_next) {
|
||||
SDL_Log("frame: %p at %" SDL_PRIu64, (void*)frame_next->pixels, timestampNS);
|
||||
SDL_Log("frame: %p at %" SDL_PRIu64, frame_next->pixels, timestampNS);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user