Added comment for #endif

main
Sam Lantinga 2022-10-24 10:37:43 -07:00
parent 3d35c08585
commit dd72f3f03d
1 changed files with 1 additions and 1 deletions

View File

@ -954,7 +954,7 @@ static void SDL_CalculateSimulatedVSyncInterval(SDL_Renderer *renderer, SDL_Wind
}
renderer->simulate_vsync_interval = (1000 / refresh_rate);
}
#endif
#endif /* !SDL_RENDER_DISABLED */
SDL_Renderer *
SDL_CreateRenderer(SDL_Window * window, int index, Uint32 flags)