mirror of
https://github.com/overte-org/overte.git
synced 2025-06-02 08:23:03 +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 boolean nativeEnterBackgroundCallEnqueued = false;
|
||||||
private SlidingDrawer mWebSlidingDrawer;
|
private SlidingDrawer mWebSlidingDrawer;
|
||||||
private boolean mStartInDomain;
|
private boolean mStartInDomain;
|
||||||
private booelan isLoading;
|
private boolean isLoading;
|
||||||
// private GvrApi gvrApi;
|
// private GvrApi gvrApi;
|
||||||
// Opaque native pointer to the Application C++ object.
|
// Opaque native pointer to the Application C++ object.
|
||||||
// This object is owned by the InterfaceActivity instance and passed to the native methods.
|
// This object is owned by the InterfaceActivity instance and passed to the native methods.
|
||||||
|
|
Loading…
Reference in a new issue