mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-11 11:13:01 +00:00
rewritten the system to display 3D. This fixes the spherical display not working in stereo mode, and is more clean.
This commit is contained in:
@@ -406,6 +406,7 @@ void switch_mode(eMode m) {
|
||||
mode = m;
|
||||
GLERR("after_switch_mode");
|
||||
current_vertices = NULL;
|
||||
id_modelview();
|
||||
}
|
||||
|
||||
void fog_max(ld fogmax) {
|
||||
|
||||
Reference in New Issue
Block a user