You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Updated function argument names
This commit is contained in:
@@ -1208,6 +1208,7 @@ void VisualScriptPreload::set_preload(const Ref<Resource> &p_preload) {
|
||||
preload = p_preload;
|
||||
ports_changed_notify();
|
||||
}
|
||||
|
||||
Ref<Resource> VisualScriptPreload::get_preload() const {
|
||||
|
||||
return preload;
|
||||
|
||||
Reference in New Issue
Block a user