From 601457ebc246e4edd3e2e5190df86e8943db65ad Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 4 Jan 2023 23:30:54 +0100 Subject: [PATCH] fixed non-shader band with shifts --- hypgraph.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/hypgraph.cpp b/hypgraph.cpp index 8dfc03f2..a2380746 100644 --- a/hypgraph.cpp +++ b/hypgraph.cpp @@ -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);