Przeglądaj źródła

MultiScene: Phase 4: Added SceneDisplay class to have multiple windows + implementation with SDL. Not with the others.

master
Benjamin ‘Touky’ Huet Sam Hocevar <sam@hocevar.net> 10 lat temu
rodzic
commit
c5d4432bb0
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      neercs/video/render.cpp

+ 1
- 1
neercs/video/render.cpp Wyświetl plik

@@ -1464,7 +1464,7 @@ void Render::Draw2D()

glEnable(GL_TEXTURE_2D);

g_renderer->Clear(ClearMask::Color | ClearMask::Depth);
Renderer::Get()->Clear(ClearMask::Color | ClearMask::Depth);

m_txt_screen->Blit(border, canvas_size);
if (g_setup)


Ładowanie…
Anuluj
Zapisz