Try to fix crash upon quick slice. #2801
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user