Przeglądaj źródła

tools-imgui: cleanup

Daniele Bartolini 6 lat temu
rodzic
commit
497edbda95
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      tools-imgui/level_editor.cpp

+ 1 - 1
tools-imgui/level_editor.cpp

@@ -35,7 +35,7 @@
 	#include <sys/time.h>
 #endif
 
-namespace { const crown::log_internal::System LEVEL_EDITOR = { "LevelEditor" }; }
+LOG_SYSTEM(LEVEL_EDITOR, "level_editor")
 
 namespace crown
 {