mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-03 09:29:38 +01:00
Properly initialize use_aabb_center in visual server
This commit is contained in:
parent
335b7e6cde
commit
c9b6b1bffe
@ -399,7 +399,7 @@ public:
|
|||||||
|
|
||||||
custom_aabb = nullptr;
|
custom_aabb = nullptr;
|
||||||
sorting_offset = 0.0f;
|
sorting_offset = 0.0f;
|
||||||
use_aabb_center = false;
|
use_aabb_center = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
~Instance() {
|
~Instance() {
|
||||||
|
Loading…
Reference in New Issue
Block a user