diff options
| author | Egor <egor.yusov@gmail.com> | 2018-02-11 04:58:30 +0000 |
|---|---|---|
| committer | Egor <egor.yusov@gmail.com> | 2018-02-11 04:58:30 +0000 |
| commit | c6c4fa5081f07385d9d54a6e5374f55f38999ce7 (patch) | |
| tree | 335d909bd516adec984ebf5fe37d7116ee2c99bc /Common/NativeApp/include/Android | |
| parent | Fixed Android build (diff) | |
| download | DiligentEngine-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.h | 4 |
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; |
