Fix Softbody always spawns from world center [gles2]

Fixes #35373
This commit is contained in:
Eric Rybicki 2020-01-24 09:25:05 +01:00
parent 93aba68026
commit 3d4a2a09f6

View file

@ -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 {