Submissions by saluk tagged badcode

I didn't do much, just spent an hour doing some code cleanup. The code has gotten pretty hairy with a lot of code debt. I'm currently trying to break up the giant object list stored in my monolithic Game class into separate Scene classes that maintain their own objects. It touches on a ton of places in the code, which shows me more refactoring I'll need to do. Not a lot of thought into some of how this is built.