Merge pull request #68366 from korompg/fix_headless_mode_aabb

Setting surface AABBs for mesh surfaces in headless mode.
This commit is contained in:
Rémi Verschelde 2022-11-07 13:52:59 +01:00
commit fc1c25d29d
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -81,6 +81,7 @@ public:
s->vertex_count = p_surface.vertex_count;
s->index_data = p_surface.index_data;
s->index_count = p_surface.index_count;
s->aabb = p_surface.aabb;
s->skin_data = p_surface.skin_data;
}