Merge pull request #29980 from Dentrax/directed-by-qarmin
Fix some editor crashes
This commit is contained in:
commit
6b30f284a0
11 changed files with 23 additions and 6 deletions
|
|
@ -60,7 +60,7 @@ void VisualInstance::_notification(int p_what) {
|
|||
if (skeleton)
|
||||
VisualServer::get_singleton()->instance_attach_skeleton( instance, skeleton->get_skeleton() );
|
||||
*/
|
||||
|
||||
ERR_FAIL_COND(get_world().is_null());
|
||||
VisualServer::get_singleton()->instance_set_scenario(instance, get_world()->get_scenario());
|
||||
_update_visibility();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue