Explorar el Código

neercs: fix typo in render state handling.

master
Sam Hocevar hace 11 años
padre
commit
81b6d454fb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      neercs/video/render.cpp

+ 1
- 1
neercs/video/render.cpp Ver fichero

@@ -1477,7 +1477,7 @@ void Render::Draw3D()
RenderContext rc;
rc.SetBlendFunc(BlendFunc::Disabled, BlendFunc::Disabled);
rc.SetDepthFunc(DepthFunc::Disabled);
rc.SetDepthMask(DepthFunc::Disabled);
rc.SetDepthMask(DepthMask::Disabled);

glEnableClientState(GL_VERTEX_ARRAY);
glVertexPointer(4, GL_FLOAT, 0, fs_quad_vtx);


Cargando…
Cancelar
Guardar