Remove frameTime, fix pause mode timer

This commit is contained in:
Sergeanur
2021-05-29 16:50:20 +03:00
parent b90784da90
commit 2592da2273
4 changed files with 39 additions and 57 deletions

View File

@@ -69,7 +69,3 @@ public:
static uint32 GetLogicalFramesPassed(void) { return m_LogicalFramesPassed; }
#endif
};
#ifdef FIX_BUGS
extern double frameTime;
#endif