1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-28 21:14:36 +02:00
This commit is contained in:
syuilo
2026-06-01 18:33:50 +09:00
parent 19ad95cfa6
commit e07eed4a4b
3 changed files with 1 additions and 1 deletions

View File

@@ -189,7 +189,7 @@ export class PlayerContainer {
this.accessoryContainers = await Promise.all(this.profile.avatar.accessories.map(ac => this.loadAccessory({
type: ac.type,
id: ac.id,
position: new BABYLON.Vector3(0, cm(20), 0),
position: new BABYLON.Vector3(0, cm(19), 0),
rotation: new BABYLON.Vector3(0, 0, 0),
options: ac.options,
})));