tomasastary
Results
2
comments of
tomasastary
I think it's because in function: _local function getTyreLapCount(driver) return (driver.car.isInPitlane and not driver.hasPitted) and driver.tyreLaps or (driver.car.lapCount - driver.lapPitted) end_ variable: _self.lapsCompleted = self.car.lapCount_ // Number of completed laps...
In function: function weatherTreeNode(sim, rc) math.floor(sim.rainIntensity / 0.003) //at about 0.33% of rain intensity floor flapping between 0 and 1 (max clamp). therefore totalWetness jumps down to zero value when...