TransInfo wasn't initialized, causing drawSnapping to depend on uninitialized stack memory. When `t.tsnap.flag & SCE_SNAP` happened to be set - snap would draw. Initialize the TransInfo struct and set SCE_SNAP explicitly.
TransInfo wasn't initialized, causing drawSnapping to depend on uninitialized stack memory. When `t.tsnap.flag & SCE_SNAP` happened to be set - snap would draw. Initialize the TransInfo struct and set SCE_SNAP explicitly.