Hi everyone,
So I added a few physics objects which move around with a sine behaviour to my project today however it kept causing the game to crash and produce the following error message:
Javascript error!Uncaught Assertion: Cannot enlarge memory arrays in asm.js. Either (1) compile with -s TOTAL_MEMORY=X with X higher than the current value, or (2) set Module.TOTAL_MEMORY before the program runs.http://localhost:50000/Physics_behavior.js, line 9 (col 21)This is either a bug in Construct 2 or a problem in a third party plugin or behavior - please report it to the developer!
I tried changing loads of variables to fix it however nothing seemed to work.
Anyone got any idea what the above message means?
Cheers