1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-05 16:24:10 +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', placement: 'floor',
hasCollisions: false, hasCollisions: true,
hasTexture: false, hasTexture: false,
createInstance: ({ options, model }) => { createInstance: ({ options, model }) => {
const bodyMaterial = model.findMaterial('__X_BODY__'); const bodyMaterial = model.findMaterial('__X_BODY__');