Fix rendering glitches when far from the center of the map
This commit is contained in:
@@ -65,6 +65,7 @@ class ClientActiveObject : public ActiveObject
|
||||
virtual bool isLocalPlayer(){return false;}
|
||||
virtual void setAttachments(){}
|
||||
virtual bool doShowSelectionBox(){return true;}
|
||||
virtual void updateCameraOffset(v3s16 camera_offset){};
|
||||
|
||||
// Step object in time
|
||||
virtual void step(float dtime, ClientEnvironment *env){}
|
||||
|
||||
Reference in New Issue
Block a user