1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-13 15:15:45 +02:00
This commit is contained in:
syuilo
2026-05-06 11:49:16 +09:00
parent ac023668a7
commit f9be5d8c47
3 changed files with 1 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ export const stanchionPole = defineObject({
},
},
placement: 'floor',
hasCollisions: false,
hasCollisions: true,
hasTexture: false,
createInstance: ({ options, model }) => {
const bodyMaterial = model.findMaterial('__X_BODY__');