mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 00:55:20 +02:00
Fix camera "jumping" when attached and the parent goes too fast
This commit is contained in:
@@ -25,6 +25,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
|
||||
class ClientEnvironment;
|
||||
|
||||
class ClientActiveObject;
|
||||
|
||||
class LocalPlayer : public Player
|
||||
{
|
||||
public:
|
||||
@@ -35,6 +37,8 @@ public:
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
ClientActiveObject *parent;
|
||||
|
||||
bool isAttached;
|
||||
|
||||
|
Reference in New Issue
Block a user