diff --git a/Minecraft-Classic-lava-animation-algorithm.md b/Minecraft-Classic-lava-animation-algorithm.md index b0251ab..706cfe8 100644 --- a/Minecraft-Classic-lava-animation-algorithm.md +++ b/Minecraft-Classic-lava-animation-algorithm.md @@ -14,7 +14,7 @@ The second layer represents the potHeat, The third layer represents the soupHeat. -All of these array values start at 0 when the game starts and are updated every frame +All of these array values start at 0 when the game starts and are updated every tick. ### Lava ---