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