mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Remove Object::script
This commit is contained in:
parent
ef5cd99604
commit
2adecffbc3
4 changed files with 16 additions and 44 deletions
|
|
@ -78,7 +78,7 @@ SnapshotDataObject::SnapshotDataObject(SceneDebuggerObject &p_obj, GameStateSnap
|
|||
if (scr.is_valid()) {
|
||||
ScriptInstance *scr_instance = scr->placeholder_instance_create(this);
|
||||
if (scr_instance) {
|
||||
set_script_and_instance(pvalue, scr_instance);
|
||||
set_script_instance(scr_instance);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue