mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 05:23:04 +01:00
Rename snake_case functions in openrct2/src folder
Co-authored-by: duncanspumpkin <duncans_pumpkin@hotmail.co.uk>
This commit is contained in:
@@ -131,7 +131,7 @@ namespace Platform
|
||||
|
||||
AndroidClassLoader::AndroidClassLoader()
|
||||
{
|
||||
log_info("Obtaining JNI class loader");
|
||||
LOG_INFO("Obtaining JNI class loader");
|
||||
|
||||
// This is a workaround to be able to call JNI's ClassLoader from non-main
|
||||
// thread, based on https://stackoverflow.com/a/16302771
|
||||
|
||||
Reference in New Issue
Block a user