CEditorApplication: Make gkTickFrequencyMS constexpr
This commit is contained in:
parent
7baf43f88f
commit
35eb097d13
|
@ -14,7 +14,7 @@ class CResourceEntry;
|
|||
class CWorldEditor;
|
||||
class IEditor;
|
||||
|
||||
const int gkTickFrequencyMS = 8;
|
||||
constexpr int gkTickFrequencyMS = 8;
|
||||
|
||||
class CEditorApplication : public QApplication
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue