mirror of
https://github.com/overte-org/overte.git
synced 2025-04-05 18:19:26 +02:00
fixed typo
This commit is contained in:
parent
bf69e6d672
commit
0d0acd8fb2
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ public class InterfaceActivity extends QtActivity implements WebViewFragment.OnW
|
|||
private boolean nativeEnterBackgroundCallEnqueued = false;
|
||||
private SlidingDrawer mWebSlidingDrawer;
|
||||
private boolean mStartInDomain;
|
||||
private booelan isLoading;
|
||||
private boolean isLoading;
|
||||
// private GvrApi gvrApi;
|
||||
// Opaque native pointer to the Application C++ object.
|
||||
// This object is owned by the InterfaceActivity instance and passed to the native methods.
|
||||
|
|
Loading…
Reference in a new issue