>>2791926As someone who's been partially trained in game development you should know there is a rule that we all follow (or mostly follow). Fix a Bug now to prevent headaches later. This is 2 fold reasoning.
1. Fixing it now prevents you from forgetting to fix it later.
2. It prevents a cascading effect from happening. Just like with a bug infestation in a house, bugs in games, especially during development time, tend to create more bugs as development time goes on.
So it's better to spend a couple of hours fixing a bug or bugs now, than spending weeks or longer trying to fix multiplying bugs later.