🆙 added latest changes

This commit is contained in:
duckietm
2024-07-04 15:03:26 +02:00
parent d5a3a05c40
commit bd09ea8b25
116 changed files with 2246 additions and 1794 deletions
+2 -2
View File
@@ -141,7 +141,7 @@ export class AvatarStructure
public getAnimation(k: string): Animation
{
return this._animationManager.getAnimation(k) as Animation;
return this._animationManager.getAnimation(k);
}
public getActionDefinition(k: string): ActionDefinition
@@ -319,7 +319,7 @@ export class AvatarStructure
let _local_20: AvatarAnimationFrame[] = [];
let _local_36: IPartColor = null;
if(!_arg_3 == null) return [];
if(!_arg_3) return [];
const _local_9 = this._partSetsData.getActiveParts(_arg_3.definition);
const _local_11: AvatarImagePartContainer[] = [];