mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Merge pull request #111323 from HolonProduction/rm-script
Remove `Object::script`
This commit is contained in:
commit
e33f89fe27
4 changed files with 16 additions and 44 deletions
|
|
@ -79,7 +79,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