fixup one more isotropic

This commit is contained in:
Zeno Rogue 2022-12-17 21:29:25 +01:00
parent a5ff327ef3
commit 9793ebbff8
1 changed files with 1 additions and 1 deletions

View File

@ -3322,7 +3322,7 @@ EX transmatrix map_relative_push(hyperpoint h) {
EX void shift_view_to(shiftpoint H, eShiftMethod sm IS(shift_method(smaManualCamera))) {
switch(sm) {
case smIsometric:
case smIsotropic:
case smEmbedded:
case smProduct:
shift_view_by_matrix(gpushxto0(unshift(H)), sm);