mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 15:57:59 +03:00
Update level.cpp
This commit is contained in:
parent
5dd8db198c
commit
60a59caa53
1 changed files with 1 additions and 1 deletions
|
@ -1062,7 +1062,7 @@ void LoadAnimatedTextures()
|
|||
auto sequence = ANIMATED_TEXTURES_SEQUENCE{};
|
||||
sequence.atlas = ReadInt32();
|
||||
sequence.Fps = ReadInt32();
|
||||
sequence.numFrames = ReadInt32();
|
||||
sequence.numFrames = ReadCount();
|
||||
|
||||
for (int j = 0; j < sequence.numFrames; j++)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue