mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-06 04:23:34 +00:00
Makes all Godot API's methods Lower Case
This commit is contained in:
@@ -39,7 +39,7 @@ void RemoteTransform::_update_cache() {
|
||||
return;
|
||||
}
|
||||
|
||||
cache = node->get_instance_ID();
|
||||
cache = node->get_instance_id();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user