mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 22:23:07 +00:00
parent
93aba68026
commit
3d4a2a09f6
@ -2692,6 +2692,7 @@ void RasterizerStorageGLES2::mesh_set_custom_aabb(RID p_mesh, const AABB &p_aabb
|
||||
ERR_FAIL_COND(!mesh);
|
||||
|
||||
mesh->custom_aabb = p_aabb;
|
||||
mesh->instance_change_notify(true, false);
|
||||
}
|
||||
|
||||
AABB RasterizerStorageGLES2::mesh_get_custom_aabb(RID p_mesh) const {
|
||||
|
Loading…
Reference in New Issue
Block a user