Fix inconsistent static/inline usage.

This commit is contained in:
Skyth
2024-12-13 14:51:13 +03:00
parent 87e3602f41
commit 417805ae38
21 changed files with 85 additions and 85 deletions

View File

@@ -55,7 +55,7 @@ public:
class ButtonGuide
{
public:
inline static bool s_isVisible = false;
static inline bool s_isVisible = false;
static void Init();
static void Draw();