diff options
Diffstat (limited to 'model.cpp')
-rw-r--r-- | model.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -209,6 +209,7 @@ void Model::render( pb.depth(true, true, Depth_Mode::less); else pb.depth(true, false, Depth_Mode::equal); + pb.cull(Cull_Mode::back); pb.shader(mesh.shader); pb.cbuffer( mesh.mvp_binding, |