Typo in APCore.as, v2.0, Line 177
Brought to you by:
alexu
Working with eclipse, mtasc and asdt I found a Typo in APCore.as, v2.0, Line 177:
Proxy.create(apCoreInstancee,apCoreInstance.onAnimationClipOverwrite);
obviously there is an "e" too much, works fine when replacing the line mentioned with this one:
Proxy.create(apCoreInstance,apCoreInstance.onAnimationClipOverwrite);
Sincerely
Ingmar Drewing
P.S.: Thanks for The AnimationPackage!