Skip to content

Commit

Permalink
NativeApplication: compile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Jan 29, 2025
1 parent daa8cf1 commit 2c42843
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lime/_internal/backend/native/NativeApplication.hx
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ class NativeApplication
{
#if (!macro && lime_cffi)
return cast NativeCFFI.lime_system_get_device_orientation();
#else
return UNKNOWN;
#end
}

Expand Down

0 comments on commit 2c42843

Please sign in to comment.