1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Revert "Make the GameGlobalShaderConstantSetter use the settings callback (8% perf improvement in game loop)"

This reverts commit a555e2d9b0.
This commit is contained in:
Craig Robbins 2015-01-25 01:19:40 +10:00
parent 800d192702
commit 2c4a5e1861
4 changed files with 11 additions and 27 deletions

View file

@ -36,7 +36,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
FontEngine* g_fontengine = NULL;
/** callback to be used on change of font size setting */
static void font_setting_changed(const std::string, void *userdata) {
static void font_setting_changed(const std::string) {
g_fontengine->readSettings();
}