increase zone tempent time further

This commit is contained in:
rtldg 2021-09-15 00:55:02 +00:00
parent 1951ac9a73
commit fe076df49e

View File

@ -2981,7 +2981,7 @@ public Action Timer_DrawEverything(Handle Timer)
{
DrawZone(gV_MapZones_Visual[i],
GetZoneColors(type, track),
RoundToCeil(float(gI_MapZones) / iMaxZonesPerFrame + 1.0) * gCV_Interval.FloatValue,
RoundToCeil(float(gI_MapZones) / iMaxZonesPerFrame + 2.0) * gCV_Interval.FloatValue,
gA_ZoneSettings[type][track].fWidth,
gA_ZoneSettings[type][track].bFlatZone,
gV_ZoneCenter[i],