sourencho / ungroup_game

A multiplayer game about temporary alliances written with a custom engine in C++ and SFML
13 stars 1 forks source link

Make RenderingDef be loaded from a config #202

Open sourencho opened 4 years ago

sourencho commented 4 years ago

We spend a lot of time recompiling every time we change a render setting, we should make the src/client/rendering/RenderingDef.hpp settings be read from a config like src/common/util/game_settings.cpp