mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-01-06 03:29:55 -06:00
Fix inconsistent static/inline usage.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user