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