30.12.2017, 17:11
Quote:
Solved. For anyone interested in solution, don't use too big arrays in your local variables. 2028 was unnecessarily big and I knew that but was kinda in a rush to publish this system and had plans to optimize it later on. Just don't.
|
What did you do with: new buffer[2028]?
Did you define it as a global variable or just made it new buffer[1024] or something?