]> git.lizzy.rs Git - minetest.git/blobdiff - src/client.cpp
Remove FPS from being next to the version string
[minetest.git] / src / client.cpp
index 5f3c3f590d15fef260ab8c47237c8c661a9fa700..601561f7d4b57a04ce18058ee3bc84b3012ef4dc 100644 (file)
@@ -47,7 +47,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include "serialization.h"
 #include "util/serialize.h"
 #include "config.h"
-#include "cmake_config_githash.h"
 #include "util/directiontables.h"
 #include "util/pointedthing.h"
 #include "version.h"
@@ -2670,9 +2669,9 @@ void Client::afterContentReceived(IrrlichtDevice *device, gui::IGUIFont* font)
        infostream<<"- Updating node aliases"<<std::endl;
        m_nodedef->updateAliases(m_itemdef);
 
-       // Update node textures
+       // Update node textures and assign shaders to each tile
        infostream<<"- Updating node textures"<<std::endl;
-       m_nodedef->updateTextures(m_tsrc);
+       m_nodedef->updateTextures(m_tsrc, m_shsrc);
 
        // Preload item textures and meshes if configured to
        if(g_settings->getBool("preload_item_visuals"))