Use a tighter steering delta for better ghost replay smoothness

This commit is contained in:
Alayan 2018-10-12 21:31:13 +02:00
parent 6ef5f66ef2
commit 7eeae8b6e1

View File

@ -147,7 +147,7 @@
delta-steering If the steering angle difference exceeds this delta,
new transform event is generated before maximum time. -->
<replay max-frames="12000" delta-t="0.200" delta-speed="0.6"
delta-steering="0.35" />
delta-steering="0.26" />
<!-- Determines the minimap related values.
size: The size of the minimap (scaled afterwards) 480 = full screen height)