Properly initialize use_aabb_center in visual server

This commit is contained in:
clayjohn 2022-10-11 09:53:59 -07:00 committed by Relintai
parent 335b7e6cde
commit c9b6b1bffe

View File

@ -399,7 +399,7 @@ public:
custom_aabb = nullptr;
sorting_offset = 0.0f;
use_aabb_center = false;
use_aabb_center = true;
}
~Instance() {