1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-11 17:51:04 +00:00

Fix misc. MinGW and Valgrind warnings

This commit is contained in:
kwolekr 2015-11-08 16:19:34 -05:00
parent ad5ac39d8d
commit 6f95bb1ef3
4 changed files with 6 additions and 2 deletions

View file

@ -216,6 +216,8 @@ Mapper::Mapper(IrrlichtDevice *device, Client *client)
this->m_shdrsrc = client->getShaderSource();
this->m_ndef = client->getNodeDefManager();
m_angle = 0.f;
// Initialize static settings
m_enable_shaders = g_settings->getBool("enable_shaders");
m_surface_mode_scan_height =