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:
parent
d3c9bfdd92
commit
bc523b6e65
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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user