Fix for animatedblock crash

This commit is contained in:
Jasper "JappaWakka" Speelman 2022-05-06 22:06:36 +02:00
parent 839f5ac8b4
commit a0b2626523
1 changed files with 1 additions and 1 deletions

View File

@ -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