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/clientobject.h | |
| parent | 4eacce5e2f89bd6864f9a231488b507ac33e4902 (diff) | |
| download | minetest-1e0e85f82e030e761c36ba5a12427bec0fb4e4f2.tar.xz | |
Fix issues with light of attached CAOs
Diffstat (limited to 'src/clientobject.h')
| -rw-r--r-- | src/clientobject.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/clientobject.h b/src/clientobject.h index 4a77139e2..be24e1388 100644 --- a/src/clientobject.h +++ b/src/clientobject.h @@ -54,6 +54,7 @@ public: virtual void removeFromScene(bool permanent){} // 0 <= light_at_pos <= LIGHT_SUN virtual void updateLight(u8 light_at_pos){} + virtual void updateLightNoCheck(u8 light_at_pos){} virtual v3s16 getLightPosition(){return v3s16(0,0,0);} virtual core::aabbox3d<f32>* getSelectionBox(){return NULL;} virtual bool getCollisionBox(aabb3f *toset){return false;} |
