Yeah definitely a minor issue particularly for a game jam. I suddenly have a feeling that this happened to me when the width and height of my sprites were not multiples of 8, so maybe see if the window you're building is a multiple of 8 pixels?
-Edit- Maybe it was for sprites with odd height/width instead of even. Multiples of 8 may not be the exact problem, but I don't really remember at the moment.