From 702b539405baf6eaa536b37a9bb5cbcc18142bc8 Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Thu, 9 May 2019 05:21:49 -0400 Subject: Change "ID" to lowercase "id" Reasoning: ID is not an acronym, it is simply short for identification, so it logically should not be capitalized. But even if it was an acronym, other acronyms in Godot are not capitalized, like p_rid, p_ip, and p_json. --- platform/android/java_godot_io_wrapper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/android/java_godot_io_wrapper.h') diff --git a/platform/android/java_godot_io_wrapper.h b/platform/android/java_godot_io_wrapper.h index 920c433b08..100e50fd66 100644 --- a/platform/android/java_godot_io_wrapper.h +++ b/platform/android/java_godot_io_wrapper.h @@ -50,7 +50,7 @@ private: jmethodID _get_locale = 0; jmethodID _get_model = 0; jmethodID _get_screen_DPI = 0; - jmethodID _get_unique_ID = 0; + jmethodID _get_unique_id = 0; jmethodID _show_keyboard = 0; jmethodID _hide_keyboard = 0; jmethodID _set_screen_orientation = 0; -- cgit v1.2.3