mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-21 13:28:05 +00:00
fixed non-shader band with shifts
This commit is contained in:
@@ -1076,6 +1076,7 @@ EX void apply_other_model(shiftpoint H_orig, hyperpoint& ret, eModel md) {
|
|||||||
|
|
||||||
case mdBand:
|
case mdBand:
|
||||||
if(pconf.model_transition != 1) {
|
if(pconf.model_transition != 1) {
|
||||||
|
H = unshift(H_orig);
|
||||||
ld& mt = pconf.model_transition;
|
ld& mt = pconf.model_transition;
|
||||||
|
|
||||||
H = space_to_perspective(H);
|
H = space_to_perspective(H);
|
||||||
|
|||||||
Reference in New Issue
Block a user