2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 07:07:42 +00:00

Define ChannelDescPC for 24-bit ANIM3

This commit is contained in:
Jack Andersen
2016-08-26 15:02:12 -10:00
parent f9cef44029
commit c5ddb51dfc
7 changed files with 318 additions and 100 deletions

View File

@@ -38,7 +38,7 @@ struct CSteadyStateAnimInfo
};
template <class T>
using TSubAnimTypeToken = TCachedToken<T>;
using TSubAnimTypeToken = TLockedToken<T>;
class IAnimReader
{