diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-11-25 03:00:55 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-11-25 03:00:55 +0000 |
| commit | 6699190149464be566b55e7726c04fb10010f788 (patch) | |
| tree | d63af48bbd827310f4dc991d5df389a3c9bf82d2 /NativeApp/src/MacOS/MacOSAppBase.cpp | |
| parent | clang-formatted ImGuiImpl (diff) | |
| download | DiligentTools-6699190149464be566b55e7726c04fb10010f788.tar.gz DiligentTools-6699190149464be566b55e7726c04fb10010f788.zip | |
clang-formatted NativeApp
Diffstat (limited to 'NativeApp/src/MacOS/MacOSAppBase.cpp')
| -rw-r--r-- | NativeApp/src/MacOS/MacOSAppBase.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/NativeApp/src/MacOS/MacOSAppBase.cpp b/NativeApp/src/MacOS/MacOSAppBase.cpp index f3d0313..e126c85 100644 --- a/NativeApp/src/MacOS/MacOSAppBase.cpp +++ b/NativeApp/src/MacOS/MacOSAppBase.cpp @@ -29,10 +29,10 @@ namespace Diligent void MacOSAppBase::Update() { // Render the scene - auto CurrTime = timer.GetElapsedTime(); + auto CurrTime = timer.GetElapsedTime(); auto ElapsedTime = CurrTime - PrevTime; - PrevTime = CurrTime; + PrevTime = CurrTime; Update(CurrTime, ElapsedTime); } -} +} // namespace Diligent |
