mirror of
https://github.com/minetest/minetest.git
synced 2024-12-23 22:52:25 +01:00
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)
This commit is contained in:
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
Block a user