summaryrefslogtreecommitdiffstats
path: root/Common/NativeApp/include/Android
diff options
context:
space:
mode:
authorEgor <egor.yusov@gmail.com>2018-02-11 04:58:30 +0000
committerEgor <egor.yusov@gmail.com>2018-02-11 04:58:30 +0000
commitc6c4fa5081f07385d9d54a6e5374f55f38999ce7 (patch)
tree335d909bd516adec984ebf5fe37d7116ee2c99bc /Common/NativeApp/include/Android
parentFixed Android build (diff)
downloadDiligentEngine-c6c4fa5081f07385d9d54a6e5374f55f38999ce7.tar.gz
DiligentEngine-c6c4fa5081f07385d9d54a6e5374f55f38999ce7.zip
Pushing file missed in the last commit
Diffstat (limited to 'Common/NativeApp/include/Android')
-rw-r--r--Common/NativeApp/include/Android/AndroidAppBase.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Common/NativeApp/include/Android/AndroidAppBase.h b/Common/NativeApp/include/Android/AndroidAppBase.h
index 7b737f4..b291f0a 100644
--- a/Common/NativeApp/include/Android/AndroidAppBase.h
+++ b/Common/NativeApp/include/Android/AndroidAppBase.h
@@ -38,6 +38,7 @@ public:
void SetState( android_app* state );
void InitSensors();
void ProcessSensors( int32_t id );
+ void DrawFrame();
bool IsReady();
virtual void TrimMemory() = 0;
virtual void TermDisplay() = 0;
@@ -74,8 +75,7 @@ private:
void ResumeSensors();
void ShowUI();
void UpdateFPS( float fFPS );
- void DrawFrame();
-
+
android_app* app_ = nullptr;
bool initialized_resources_ = false;
bool has_focus_ = false;