mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-09-24 10:29:41 +02:00
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…
x
Reference in New Issue
Block a user