mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 04:57:18 +00:00
raycaster no longer disables fixed_YZ without being asked
This commit is contained in:
parent
bb26fe314c
commit
2da7baa1e0
@ -1319,7 +1319,7 @@ void raygen::emit_iterate(int gid1) {
|
||||
|
||||
compute_which_and_dist(flat1, flat2);
|
||||
|
||||
vid.fixed_yz = false;
|
||||
// vid.fixed_yz = false;
|
||||
|
||||
// shift d units
|
||||
if(use_reflect) fmain +=
|
||||
|
Loading…
Reference in New Issue
Block a user