Makes all Godot API's methods Lower Case

This commit is contained in:
Indah Sylvia 2017-08-07 17:17:31 +07:00
parent 7e4970214c
commit 5ae78fdf6a
112 changed files with 430 additions and 430 deletions

View file

@ -39,7 +39,7 @@ void RemoteTransform::_update_cache() {
return;
}
cache = node->get_instance_ID();
cache = node->get_instance_id();
}
}