We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c41324 commit 7bf384fCopy full SHA for 7bf384f
1 file changed
UnityInspector/src/features/debug_console/debug_console.h
@@ -34,9 +34,9 @@ struct DebugConsole : IFeature
34
35
private:
36
static constexpr size_t MAX_LOGS = 1000;
37
- static std::deque<LogEntry> logBuffer;
38
- static std::mutex logMutex;
39
- static float currentTime;
+ static inline std::deque<LogEntry> logBuffer;
+ static inline std::mutex logMutex;
+ static inline float currentTime;
40
41
bool showLog = true;
42
bool showWarning = true;
0 commit comments