浏览代码

nullkiller2: revert NK2AI_TRACE_LEVEL to 0 for merge in develop

Mircea TheHonestCTO 3 周之前
父节点
当前提交
3c7abd988e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      AI/Nullkiller2/Pathfinding/AINodeStorage.h

+ 1 - 1
AI/Nullkiller2/Pathfinding/AINodeStorage.h

@@ -12,7 +12,7 @@
 
 #define NK2AI_PATHFINDER_TRACE_LEVEL 0
 constexpr int NK2AI_GRAPH_TRACE_LEVEL = 0; // To actually enable graph visualization, enter `/vslog graph` in game chat
-#define NK2AI_TRACE_LEVEL 2
+#define NK2AI_TRACE_LEVEL 0
 
 #include "../../../lib/pathfinder/CGPathNode.h"
 #include "../../../lib/pathfinder/INodeStorage.h"