NativeApplication: compile fix

This commit is contained in:
Josh Tynjala
2025-01-29 15:10:01 -08:00
parent daa8cf1284
commit 2c42843333

View File

@@ -186,6 +186,8 @@ class NativeApplication
{
#if (!macro && lime_cffi)
return cast NativeCFFI.lime_system_get_device_orientation();
#else
return UNKNOWN;
#end
}