Explorar el Código

add CE_MAX_RAY_INTERSECTIONS to Config

mikymod hace 12 años
padre
commit
0af82f7c77
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      engine/Config.h.in

+ 1 - 0
engine/Config.h.in

@@ -55,6 +55,7 @@ OTHER DEALINGS IN THE SOFTWARE.
 #define CE_MAX_TRIGGERS						1024				// Per world
 #define CE_MAX_JOINTS						512					// Per world
 #define CE_MAX_SOUND_INSTANCES				64					// Per world
+#define CE_MAX_RAY_INTERSECTIONS			16					
 
 #define CE_MAX_CONSOLE_CLIENTS				32