Returns rain strength.
(float delta)
| 3536 | * Returns rain strength. |
| 3537 | */ |
| 3538 | public float getRainStrength(float delta) |
| 3539 | { |
| 3540 | return this.prevRainingStrength + (this.rainingStrength - this.prevRainingStrength) * delta; |
| 3541 | } |
| 3542 | |
| 3543 | /** |
| 3544 | * Sets the strength of the rain. |
no outgoing calls
no test coverage detected