Fix spinner crashing on rewind

This commit is contained in:
Dean Herbert 2020-10-04 01:08:24 +09:00
parent 06b55c6aba
commit 5888ecdeb1
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ private void updateBonusScore()
while (wholeSpins != spins) while (wholeSpins != spins)
{ {
var tick = ticks.FirstOrDefault(t => !t.IsHit); var tick = ticks.FirstOrDefault(t => !t.Result.HasResult);
// tick may be null if we've hit the spin limit. // tick may be null if we've hit the spin limit.
if (tick != null) if (tick != null)