Fixed the 'iso' camera orientation.
This commit is contained in:
parent
6c4b4f4d12
commit
db30cee6a9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user