mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-01 18:27:55 +00:00
one missing patch
This commit is contained in:
2
rug.cpp
2
rug.cpp
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user