Fixed a bug in manipulation of multi-component bodies.
This commit is contained in:
parent
152026fa08
commit
61f9414b09
1 changed files with 1 additions and 1 deletions
|
@ -1653,7 +1653,7 @@ has 'layer_height_texture_cells' => (is => 'rw');
|
|||
|
||||
sub object_idx {
|
||||
my ($self) = @_;
|
||||
return $self->composite_id / 1000000;
|
||||
return int($self->composite_id / 1000000);
|
||||
}
|
||||
|
||||
sub volume_idx {
|
||||
|
|
Loading…
Add table
Reference in a new issue