mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 10:28:26 +00:00
increase zone tempent time further
This commit is contained in:
parent
1951ac9a73
commit
fe076df49e
@ -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],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user