Merge branch 'develop' into modnark

This commit is contained in:
Modnark
2022-10-07 17:15:13 -04:00
24 changed files with 1027700 additions and 87 deletions

View File

@@ -218,7 +218,7 @@ void LevelInstance::Step(SimTime sdt)
score -= 1;
break;
}
if (timer >= 0.1f){ //Due to timing used this could cause the number go into negatives for one step
if (timer >= sdt){
timer -= sdt;
}
else{