fixed more bugs and implemented better lcs conversion

This commit is contained in:
aap
2015-12-20 01:04:31 +01:00
parent b7ec874b25
commit 90b2d98b97
8 changed files with 365 additions and 21 deletions

View File

@@ -470,6 +470,7 @@ struct AnimInterpolatorInfo
};
void registerAnimInterpolatorInfo(AnimInterpolatorInfo *interpInfo);
AnimInterpolatorInfo *findAnimInterpolatorInfo(int32 id);
struct Animation
{