1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 23:04:36 +01:00

Implement #10358: Clean up leftover references to openrct2.website

This commit is contained in:
Michael Steenbeek
2020-01-13 20:20:49 +01:00
committed by GitHub
parent 0f306d6f5c
commit 77d18a664b
11 changed files with 16 additions and 16 deletions

View File

@@ -85,7 +85,7 @@ AndroidClassLoader::AndroidClassLoader()
// Take an arbitrary class. While the class does not really matter, it
// makes sense to use one that's most likely already loaded and is unlikely
// to be removed from code.
auto randomClass = env->FindClass("website/openrct2/MainActivity");
auto randomClass = env->FindClass("io/openrct2/MainActivity");
jclass classClass = env->GetObjectClass(randomClass);
// Get its class loader