Try to fix crash upon quick slice. #2801
This commit is contained in:
parent
d998d97754
commit
1dc63071ed
2 changed files with 12 additions and 5 deletions
|
@ -683,6 +683,7 @@ sub rotate {
|
|||
my $self = shift;
|
||||
my ($angle, $axis) = @_;
|
||||
|
||||
# angle is in degrees
|
||||
$axis //= Z;
|
||||
|
||||
my ($obj_idx, $object) = $self->selected_object;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue