mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-08 21:17:53 +00:00
CEditorApplication: Make gkTickFrequencyMS constexpr
This commit is contained in:
@@ -14,7 +14,7 @@ class CResourceEntry;
|
||||
class CWorldEditor;
|
||||
class IEditor;
|
||||
|
||||
const int gkTickFrequencyMS = 8;
|
||||
constexpr int gkTickFrequencyMS = 8;
|
||||
|
||||
class CEditorApplication : public QApplication
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user