mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2024-12-29 05:27:20 -05:00
Dumb debug printf removed (#233)
This commit is contained in:
parent
c0e931eb4f
commit
64c90312f7
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user