chore: sync editor worktree changes
This commit is contained in:
@@ -6,8 +6,7 @@ namespace Debug {
|
||||
EditorConsoleSink* EditorConsoleSink::s_instance = nullptr;
|
||||
|
||||
EditorConsoleSink* EditorConsoleSink::GetInstance() {
|
||||
static EditorConsoleSink fallbackInstance;
|
||||
return s_instance ? s_instance : &fallbackInstance;
|
||||
return s_instance;
|
||||
}
|
||||
|
||||
EditorConsoleSink::EditorConsoleSink() {
|
||||
|
||||
Reference in New Issue
Block a user