Browse Source

we don't need dcast for all

David Rose 17 years ago
parent
commit
b4421c3157
1 changed files with 1 additions and 1 deletions
  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
 // Do you want to type-check downcasts?  This is a good idea during
 // development, but does impose some run-time overhead.
 // 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
 // Do you want to build the debugging tools for recording and
 // visualizing intersection tests by the collision system?  Enabling
 // visualizing intersection tests by the collision system?  Enabling