]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/reflowscan.cpp
Force-update shadows when the world is changed (#12364)
[dragonfireclient.git] / src / reflowscan.cpp
index fd169f1a833964b8e856959932adc686c8b52e6a..9d5c965d8c4dc3661428a01d9c51db8c6dcb75e2 100644 (file)
@@ -24,7 +24,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include "util/timetaker.h"
 
 
-ReflowScan::ReflowScan(Map *map, INodeDefManager *ndef) :
+ReflowScan::ReflowScan(Map *map, const NodeDefManager *ndef) :
        m_map(map),
        m_ndef(ndef)
 {