Properly initialize use_aabb_center in visual server
This commit is contained in:
parent
3c39bc365f
commit
7e840ae883
1 changed files with 1 additions and 1 deletions
|
@ -374,7 +374,7 @@ public:
|
|||
|
||||
custom_aabb = nullptr;
|
||||
sorting_offset = 0.0f;
|
||||
use_aabb_center = false;
|
||||
use_aabb_center = true;
|
||||
}
|
||||
|
||||
~Instance() {
|
||||
|
|
Loading…
Reference in a new issue