1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-22 09:54:27 +00:00

Fixed the 'iso' camera orientation.

This commit is contained in:
bubnikv
2017-02-09 21:40:07 +01:00
parent 6c4b4f4d12
commit db30cee6a9
+1 -1
View File
@@ -513,7 +513,7 @@ sub select_view {
if (ref($direction)) { if (ref($direction)) {
$dirvec = $direction; $dirvec = $direction;
} else { } else {
if ($direction eq 'default') { if ($direction eq 'iso') {
$dirvec = VIEW_DEFAULT; $dirvec = VIEW_DEFAULT;
} elsif ($direction eq 'left') { } elsif ($direction eq 'left') {
$dirvec = VIEW_LEFT; $dirvec = VIEW_LEFT;