1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-22 19:54:03 +02:00
This commit is contained in:
syuilo
2026-04-29 10:04:45 +09:00
parent fa2b1d6096
commit c8441da835
11 changed files with 10 additions and 2 deletions

View File

@@ -17,6 +17,7 @@ export const mug = defineObject({
},
placement: 'top',
hasCollisions: false,
canPreMeshesMerging: true,
createInstance: ({ scene, root }) => {
let yugeDispose: (() => void) | null = null;