]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/client/mapblock_mesh.cpp
Disable dynamic shadows for the 5.5.0 release
[dragonfireclient.git] / src / client / mapblock_mesh.cpp
index 03522eca9326db57e6a91f5c3f512b3ec2a5eb6c..249a5608761e42ace21213aa221af7a0c4c35d35 100644 (file)
@@ -861,7 +861,7 @@ static void updateFastFaceRow(
                g_settings->getBool("enable_waving_water");
 
        static thread_local const bool force_not_tiling =
-                       g_settings->getBool("enable_dynamic_shadows");
+                       false && g_settings->getBool("enable_dynamic_shadows");
 
        v3s16 p = startpos;