mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-22 08:14:07 +00:00
fixed a bug with resetting stereo modes in 3D
This commit is contained in:
parent
aec019a29b
commit
75dd6bbc02
@ -1442,6 +1442,7 @@ void drawqueue() {
|
|||||||
glClear(GL_DEPTH_BUFFER_BIT);
|
glClear(GL_DEPTH_BUFFER_BIT);
|
||||||
global_projection = +1;
|
global_projection = +1;
|
||||||
draw_main();
|
draw_main();
|
||||||
|
global_projection = 0;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
draw_main();
|
draw_main();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user