diff --git a/desktop_version/src/Screen.cpp b/desktop_version/src/Screen.cpp index 7c7c6599..5c4fab1d 100644 --- a/desktop_version/src/Screen.cpp +++ b/desktop_version/src/Screen.cpp @@ -56,7 +56,7 @@ void Screen::init(const ScreenSettings& settings) // Uncomment this next line when you need to debug -flibit // SDL_SetHintWithPriority(SDL_HINT_RENDER_DRIVER, "software", SDL_HINT_OVERRIDE); - // FIXME: m_renderer is also created in Graphics::processVsync()! + // FIXME: m_renderer is also created in resetRendererWorkaround()! SDL_CreateWindowAndRenderer( 640, 480, @@ -79,7 +79,7 @@ void Screen::init(const ScreenSettings& settings) 0x000000FF, 0xFF000000 ); - // ALSO FIXME: This SDL_CreateTexture() is duplicated in Graphics::processVsync()! + // ALSO FIXME: This SDL_CreateTexture() is duplicated twice in this file! m_screenTexture = SDL_CreateTexture( m_renderer, SDL_PIXELFORMAT_ARGB8888,