mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-06-23 15:03:47 +00:00
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…
x
Reference in New Issue
Block a user