fix animation loops
This commit is contained in:
parent
5e90c5c7a1
commit
7e5c4fe311
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue