- Disable model rendering in the software renderer

This commit is contained in:
Magnus Norddahl 2017-11-29 22:18:21 +01:00
commit a8b79a28c8
7 changed files with 22 additions and 8 deletions

View file

@ -275,7 +275,8 @@ namespace swrenderer
drawerargs.SetDestX2(x2);
drawerargs.DrawSpan(Thread);
drawerargs.DrawDepthSpan(Thread, zbufferdepth);
if (r_models)
drawerargs.DrawDepthSpan(Thread, zbufferdepth);
}
/////////////////////////////////////////////////////////////////////////