mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-05 16:04:07 +00:00
fixup one more isotropic
This commit is contained in:
parent
a5ff327ef3
commit
9793ebbff8
@ -3322,7 +3322,7 @@ EX transmatrix map_relative_push(hyperpoint h) {
|
|||||||
|
|
||||||
EX void shift_view_to(shiftpoint H, eShiftMethod sm IS(shift_method(smaManualCamera))) {
|
EX void shift_view_to(shiftpoint H, eShiftMethod sm IS(shift_method(smaManualCamera))) {
|
||||||
switch(sm) {
|
switch(sm) {
|
||||||
case smIsometric:
|
case smIsotropic:
|
||||||
case smEmbedded:
|
case smEmbedded:
|
||||||
case smProduct:
|
case smProduct:
|
||||||
shift_view_by_matrix(gpushxto0(unshift(H)), sm);
|
shift_view_by_matrix(gpushxto0(unshift(H)), sm);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user