Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
cacalabs
/
neercs
espelhamento de
https://github.com/cacalabs/neercs.git
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
0
Wiki
Atividade
Ver código fonte
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>
9 anos atrás
pai
b7a4ac0170
commit
c5d4432bb0
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
neercs/video/render.cpp
+ 1
- 1
neercs/video/render.cpp
Ver arquivo
@@ -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)
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar