瀏覽代碼

fixed debug category

Josh Wilson 19 年之前
父節點
當前提交
7d98e016ba
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      direct/src/controls/ShipPilot.py

+ 1 - 1
direct/src/controls/ShipPilot.py

@@ -25,7 +25,7 @@ import math
 from PhysicsWalker import PhysicsWalker
 
 class ShipPilot(PhysicsWalker):
-    notify = directNotify.newCategory("PhysicsWalker")
+    notify = directNotify.newCategory("ShipPilot")
     wantDebugIndicator = base.config.GetBool(
         'want-avatar-physics-indicator', 0)