We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 58ec7a9 + 2eb069f commit ab1f55eCopy full SHA for ab1f55e
scene/3d/mesh_instance_3d.cpp
@@ -332,8 +332,8 @@ void MeshInstance3D::create_multiple_convex_collisions(const Ref<MeshConvexDecom
332
333
void MeshInstance3D::_notification(int p_what) {
334
switch (p_what) {
335
- case NOTIFICATION_ENTER_TREE: {
336
- _resolve_skeleton_path();
+ case NOTIFICATION_READY: {
+ callable_mp(this, &MeshInstance3D::_resolve_skeleton_path).call_deferred();
337
} break;
338
case NOTIFICATION_TRANSLATION_CHANGED: {
339
if (mesh.is_valid()) {
0 commit comments