Tim Elzinga's Tumblr

RSS
Feb 9

Today is going to be filled with my least favorite thing to do… Fixing bugs.
I’ve got a pretty huge backlog of minor fixes I need to make for different projects so I’m slowly making my way through that list today so we can include all the changes in the next patch for each of the different projects. So far they’ve all been pretty basic fixes and haven’t taken me too long but I have run across a few odd ones…

One bug report stated a sound file wasn’t playing in the background of a certain game. After going through the code for about fifteen minutes and not being able to find the error I booted the game up only to find out this bug had been fixed awhile back and never removed from my list.

Another one stated an animation wasn’t playing and when I looked into it all the code was in place it had just been commented out and there was a note saying that the animation wasn’t to be played. So I just added it back in, though I wouldn’t be surprised if in another month or two I get another bug report saying to remove it once again…