We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26c27ec commit 2ef4accCopy full SHA for 2ef4acc
CaballaRE/NRILoader.cs
@@ -472,7 +472,7 @@ public bool ProcessAnimations(BinaryReader b)
472
473
// Read animation offsets
474
List<int> offsets = new List<int>();
475
- if (animationCount >= 1) // Address list only present if more than 1 animation
+ if (animationCount >= 1) // Address list only present if 1+ animations exist
476
{
477
int offsetsSize = animationCount * 4;
478
for (int i = 0; i < animationCount; i++)
0 commit comments