mirror of
https://github.com/APercy/automobiles_pck
synced 2025-11-21 14:07:58 +01:00
fix initial pitch
This commit is contained in:
parent
421e747fcc
commit
3bb0ef9c49
@ -213,7 +213,7 @@ minetest.register_entity("automobiles_roadster:roadster", {
|
|||||||
_last_time_drift_snd = 0,
|
_last_time_drift_snd = 0,
|
||||||
_last_time_command = 0,
|
_last_time_command = 0,
|
||||||
_roll = math.rad(0),
|
_roll = math.rad(0),
|
||||||
_pitch = math.rad(90),
|
_pitch = 0,
|
||||||
_longit_speed = 0,
|
_longit_speed = 0,
|
||||||
_show_rag = true,
|
_show_rag = true,
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user