mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[ion] Don't set the window title when screen only
Prevents the web simulator from overriding the HTML page's title
This commit is contained in:
@@ -29,7 +29,11 @@ void init() {
|
||||
}
|
||||
|
||||
sWindow = SDL_CreateWindow(
|
||||
#if EPSILON_SDL_SCREEN_ONLY
|
||||
nullptr,
|
||||
#else
|
||||
"Epsilon",
|
||||
#endif
|
||||
SDL_WINDOWPOS_CENTERED,
|
||||
SDL_WINDOWPOS_CENTERED,
|
||||
#if EPSILON_SDL_SCREEN_ONLY
|
||||
|
||||
Reference in New Issue
Block a user