mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-09-20 10:21:59 +00:00
fixed a bug with texturing in stereo
This commit is contained in:
@@ -978,6 +978,8 @@ void make_floor_textures() {
|
|||||||
dynamicval<ld> gd(vid.depth, 1);
|
dynamicval<ld> gd(vid.depth, 1);
|
||||||
dynamicval<ld> gc(vid.camera, 1);
|
dynamicval<ld> gc(vid.camera, 1);
|
||||||
dynamicval<geometry_information*> dcgip(cgip, cgip);
|
dynamicval<geometry_information*> dcgip(cgip, cgip);
|
||||||
|
dynamicval<eStereo> gvs(vid.stereo_mode, sOFF);
|
||||||
|
dynamicval<int> vgp(global_projection, 0);
|
||||||
check_cgi();
|
check_cgi();
|
||||||
cgi.make_floor_textures_here();
|
cgi.make_floor_textures_here();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user