NTUT-FUCK-PTSD / Fuck-PTSD

This is a repo about rewriting the game `crypt of the necrodancer` in OOP Lab
MIT License
2 stars 2 forks source link

feat: Fix bug in IndicatorBar Update method #159

Closed HeavenManySugar closed 3 months ago

HeavenManySugar commented 3 months ago

This commit fixes a bug in the Update method of the IndicatorBar class. The bug caused the beat index to not reset correctly when it reached the end of the beat list. The fix ensures that the beat index is set to 0 when it exceeds the beat list length.