diff --git a/ion/src/simulator/shared/window.cpp b/ion/src/simulator/shared/window.cpp index f331bf863..a6eab3c14 100644 --- a/ion/src/simulator/shared/window.cpp +++ b/ion/src/simulator/shared/window.cpp @@ -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