Update to Cubism 5 SDK for Web R1 beta1
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user