Fix call to SDL_SetWindowTitle

This commit is contained in:
Robin Gustafsson
2016-11-10 20:36:12 +01:00
parent 242dc680cb
commit 29c2076d87

View File

@@ -50,7 +50,7 @@ void PDC_set_title(const char *title)
{
PDC_LOG(("PDC_set_title() - called:<%s>\n", title));
void SDL_SetWindowTitle(sdl_window, title);
SDL_SetWindowTitle(pdc_window, title);
}
int PDC_set_blink(bool blinkon)