1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 06:44:38 +01:00

Upgrade platform_get_locale_measurement_format()

This commit is contained in:
Gymnasiast
2022-01-10 12:38:26 +01:00
parent ef77f9c2c1
commit 95717573f5
11 changed files with 64 additions and 65 deletions

View File

@@ -26,11 +26,6 @@ bool platform_get_font_path(TTFFontDescriptor* font, utf8* buffer, size_t size)
}
# endif
MeasurementFormat platform_get_locale_measurement_format()
{
return MeasurementFormat::Metric;
}
float platform_get_default_scale()
{
JNIEnv* env = static_cast<JNIEnv*>(SDL_AndroidGetJNIEnv());