1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-19 15:20:27 +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); glDisable(GL_BLEND);
glhr::switch_mode(glhr::gmLightFog); glhr::switch_mode(glhr::gmLightFog);
glEnable(GL_DEPTH_TEST); glhr::set_depthtest(true);
glDepthFunc(GL_LESS); glDepthFunc(GL_LESS);
for(int ed=stereo::active() && stereo::mode != stereo::sODS ? -1 : 0; ed < 2; ed += 2) { for(int ed=stereo::active() && stereo::mode != stereo::sODS ? -1 : 0; ed < 2; ed += 2) {