Skip to content

Commit

Permalink
igl | openxr | Fixed Android
Browse files Browse the repository at this point in the history
  • Loading branch information
corporateshark committed Dec 12, 2024
1 parent 9ee800e commit cefa43f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion shell/openxr/mobile/AndroidMain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@
#endif // IGL_PLATFORM_WINDOWS

static XrInstance gInstance_;
static XrInstance getXrInstance() {

// This function cannot be declared as `static` due to our Android GitHub builds
XrInstance getXrInstance() {
return gInstance_;
}

Expand Down

0 comments on commit cefa43f

Please sign in to comment.