1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Fix camera "jumping" when attached and the parent goes too fast

This commit is contained in:
Zeg9 2012-12-27 14:22:59 +01:00 committed by PilzAdam
parent f85c1165c2
commit c1bf6f9f7a
4 changed files with 8 additions and 0 deletions

View file

@ -35,6 +35,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
LocalPlayer::LocalPlayer(IGameDef *gamedef):
Player(gamedef),
parent(0),
isAttached(false),
overridePosition(v3f(0,0,0)),
last_position(v3f(0,0,0)),