|
|
@@ -520,6 +520,10 @@
|
|
|
// possible.
|
|
|
#defer DO_PSTATS $[or $[and $[HAVE_NET],$[< $[OPTIMIZE], 4]], $[DO_PSTATS]]
|
|
|
|
|
|
+// 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]
|
|
|
+
|
|
|
// Do you want to build the debugging tools for recording and
|
|
|
// visualizing intersection tests by the collision system? Enabling
|
|
|
// this increases runtime collision overhead just a tiny bit.
|