Update to Cubism 5 SDK for Web R1 beta1

This commit is contained in:
wada
2023-08-17 11:05:59 +09:00
parent 6971f204ce
commit ae7a189f98
34 changed files with 3968 additions and 2626 deletions

View File

@ -57,7 +57,7 @@ export class CubismIdManager {
return result;
}
result = new CubismId(id);
result = CubismId._createIdInternal(id);
this._ids.pushBack(result);
} else {
return this.registerId(id.s);