1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +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)) {
$dirvec = $direction;
} else {
if ($direction eq 'default') {
if ($direction eq 'iso') {
$dirvec = VIEW_DEFAULT;
} elsif ($direction eq 'left') {
$dirvec = VIEW_LEFT;