Reduce memory & function cost of Game class functions (#5406)
GameRunData is passed on many game functions, or one of its attributes whereas it's a member of the class. Remove it from functions arguments and call object directly from concerned functions. This will reduce a little bit the Game class loop usage & very little bit the memory usage (due to non creation of pointer/references)master
parent
ba0a8dabef
commit
a7485e40ff
484
src/game.cpp
484
src/game.cpp
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue