fixed non-shader band with shifts

This commit is contained in:
Zeno Rogue 2023-01-04 23:30:54 +01:00
parent 32546cee4a
commit 601457ebc2
1 changed files with 1 additions and 0 deletions

View File

@ -1076,6 +1076,7 @@ EX void apply_other_model(shiftpoint H_orig, hyperpoint& ret, eModel md) {
case mdBand:
if(pconf.model_transition != 1) {
H = unshift(H_orig);
ld& mt = pconf.model_transition;
H = space_to_perspective(H);