You've already forked Nitro_Render_V3
mirror of
https://github.com/duckietm/Nitro_Render_V3.git
synced 2026-06-19 15:06:20 +00:00
Updated the renderer V2
This commit is contained in:
@@ -117,9 +117,9 @@ export class AvatarStructure
|
||||
this._animationManager.registerAnimation(this, data);
|
||||
}
|
||||
|
||||
public getPartColor(k: IAvatarFigureContainer, _arg_2: string, _arg_3: number = 0): IPartColor
|
||||
public getPartColor(container: IAvatarFigureContainer, _arg_2: string, _arg_3: number = 0): IPartColor
|
||||
{
|
||||
const _local_4 = k.getPartColorIds(_arg_2);
|
||||
const _local_4 = container.getPartColorIds(_arg_2);
|
||||
|
||||
if((!(_local_4)) || (_local_4.length < _arg_3)) return null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user