瀏覽代碼

we don't need dcast for all

David Rose 17 年之前
父節點
當前提交
b4421c3157
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dtool/Config.pp

+ 1 - 1
dtool/Config.pp

@@ -746,7 +746,7 @@
 
 // Do you want to type-check downcasts?  This is a good idea during
 // development, but does impose some run-time overhead.
-#defer DO_DCAST $[< $[OPTIMIZE], 4]
+#defer DO_DCAST $[< $[OPTIMIZE], 3]
 
 // Do you want to build the debugging tools for recording and
 // visualizing intersection tests by the collision system?  Enabling