fix animation loops

This commit is contained in:
Jonathan 2022-07-18 10:40:02 -04:00
parent 5e90c5c7a1
commit 7e5c4fe311
1 changed files with 3 additions and 0 deletions

View File

@ -323,6 +323,9 @@ int FindMiptex(const char *name, std::optional<extended_texinfo_t> &extended_inf
if (wal->animation == name)
break;
}
// link back to the start
map.miptex[last_i].animation_miptex = i;
}
}