Fix for animatedblock crash
This commit is contained in:
parent
839f5ac8b4
commit
a0b2626523
|
@ -185,7 +185,7 @@
|
|||
End If
|
||||
Dim i = Animations(n).CurrentRow
|
||||
Dim j = Animations(n).CurrentColumn
|
||||
Me.Textures(n) = AnimatedBlock.BlockTexturesTemp(AnimationNames(n) & "_" & (j + columns(n) * i))
|
||||
Me.Textures(n) = BlockTexturesTemp(AnimationNames(n) & "_" & (j + columns(n) * i))
|
||||
|
||||
'End If
|
||||
End Sub
|
||||
|
|
Loading…
Reference in New Issue