mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-05 13:06:39 +00:00
Makes all Godot API's methods Lower Case
This commit is contained in:
@@ -149,7 +149,7 @@ void VisualInstance::set_base(const RID &p_base) {
|
||||
VisualInstance::VisualInstance() {
|
||||
|
||||
instance = VisualServer::get_singleton()->instance_create();
|
||||
VisualServer::get_singleton()->instance_attach_object_instance_ID(instance, get_instance_ID());
|
||||
VisualServer::get_singleton()->instance_attach_object_instance_id(instance, get_instance_id());
|
||||
layers = 1;
|
||||
set_notify_transform(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user