diff options
| author | RealBadAngel <maciej.kasatkin@o2.pl> | 2015-07-23 04:35:13 +0200 |
|---|---|---|
| committer | RealBadAngel <maciej.kasatkin@o2.pl> | 2015-07-23 04:35:13 +0200 |
| commit | 1e0e85f82e030e761c36ba5a12427bec0fb4e4f2 (patch) | |
| tree | 6941c7ed68b6cce623155aba16e68745237c638c /src/content_cao.h | |
| parent | 4eacce5e2f89bd6864f9a231488b507ac33e4902 (diff) | |
| download | minetest-1e0e85f82e030e761c36ba5a12427bec0fb4e4f2.tar.xz | |
Fix issues with light of attached CAOs
Diffstat (limited to 'src/content_cao.h')
| -rw-r--r-- | src/content_cao.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/content_cao.h b/src/content_cao.h index 1e526d1cd..299d6c73e 100644 --- a/src/content_cao.h +++ b/src/content_cao.h @@ -178,6 +178,8 @@ public: void updateLight(u8 light_at_pos); + void updateLightNoCheck(u8 light_at_pos); + v3s16 getLightPosition(); void updateNodePos(); |
