aboutsummaryrefslogtreecommitdiff
path: root/src/client/content_cao.h
diff options
context:
space:
mode:
authorDanila Shutov <dcbrwn2@gmail.com>2020-03-17 00:58:13 +0300
committerGitHub <noreply@github.com>2020-03-16 22:58:13 +0100
commit5c1b72544a6158346b7d8608c895678fe7d5a19b (patch)
treee7e60a4fce51f67d7d91a0ba450823edcb3635f5 /src/client/content_cao.h
parentca646487f22223ef676d928ba9345e41cff63e43 (diff)
downloadhax-minetest-server-5c1b72544a6158346b7d8608c895678fe7d5a19b.tar.gz
hax-minetest-server-5c1b72544a6158346b7d8608c895678fe7d5a19b.zip
Fix entity lighting (#9514)
fixes #9482
Diffstat (limited to 'src/client/content_cao.h')
-rw-r--r--src/client/content_cao.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/content_cao.h b/src/client/content_cao.h
index a1098305a..7c29cbf17 100644
--- a/src/client/content_cao.h
+++ b/src/client/content_cao.h
@@ -238,6 +238,8 @@ public:
void updateLightNoCheck(u8 light_at_pos);
+ void setNodeLight(u8 light);
+
v3s16 getLightPosition();
void updateNodePos();