1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-13 19:55:39 +02:00

Update laptopPc.ts

This commit is contained in:
syuilo
2026-04-03 11:26:15 +09:00
parent 4a7614f903
commit 2ecaccedab

View File

@@ -126,6 +126,7 @@ export const laptopPc = defineObject({
const angle = options.openAngle;
hutaNode.rotationQuaternion = null;
hutaNode.rotation.x = -angle;
model.updated();
};
applyOpenAngle();