1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-22 23:25:23 +00:00

Dumb debug printf removed (#233)

This commit is contained in:
Ziemas 2019-11-24 07:16:36 +01:00 committed by Tim Sarbin
parent c0e931eb4f
commit 64c90312f7

View File

@ -148,7 +148,6 @@ func (v *Region) UpdateAnimations() {
v.currentFrame = 0
}
}
log.Printf("current frame %v", v.currentFrame)
}
func (v *Region) RenderTile(offsetX, offsetY, tileX, tileY int, layerType d2enum.RegionLayerType, layerIndex int, target *ebiten.Image) {