Fix T37869: vertex paint + wireframe draw mode + smoke domain did not draw correct.

This commit is contained in:
Brecht Van Lommel 2013-12-19 18:52:26 +01:00
parent 19c0c7992a
commit e7ac87a254
2 changed files with 3 additions and 2 deletions

@ -535,8 +535,9 @@ void draw_smoke_volume(SmokeDomainSettings *sds, Object *ob,
if (gl_depth) {
glEnable(GL_DEPTH_TEST);
glDepthMask(GL_TRUE);
}
glDepthMask(GL_TRUE);
}
#ifdef SMOKE_DEBUG_VELOCITY