Good day everyone!
I made a platformer, but when I set enemies on my map through TiledMapEditor (I use loading map from XML file) I have a trouble, game start lag as in slow motion, but when I kill them in game lag stops. I think it's because of less memory that code allowed to use. How to set more memory for my code(I use VS c++ 2012) or fix this problem?
Thanks alot