You've already forked Nitro_Render_V3
mirror of
https://github.com/duckietm/Nitro_Render_V3.git
synced 2026-06-20 07:26:18 +00:00
🆙 Added animations: Move, Wave, Talk, Sign, Respect, Blow, Laugh, Swim, Float.to default
This commit is contained in:
@@ -97,7 +97,7 @@ export class AvatarAssetDownloadManager
|
||||
|
||||
const downloadLibrary = new AvatarAssetDownloadLibrary(libraryName, revision, downloadUrl, this._assets);
|
||||
|
||||
for(const part of library.parts)
|
||||
for(const part of (library.parts || []))
|
||||
{
|
||||
const id = (part.id as string);
|
||||
const type = (part.type as string);
|
||||
|
||||
Reference in New Issue
Block a user