1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-25 06:33:19 +00:00

one missing patch

This commit is contained in:
Zeno Rogue 2018-03-24 15:16:03 +01:00
parent d3c9bfdd92
commit bc523b6e65

View File

@ -1268,7 +1268,7 @@ void drawRugScene() {
glDisable(GL_BLEND);
glhr::switch_mode(glhr::gmLightFog);
glEnable(GL_DEPTH_TEST);
glhr::set_depthtest(true);
glDepthFunc(GL_LESS);
for(int ed=stereo::active() && stereo::mode != stereo::sODS ? -1 : 0; ed < 2; ed += 2) {