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:
parent
ad5ac39d8d
commit
6f95bb1ef3
4 changed files with 6 additions and 2 deletions
|
@ -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 =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue