fix: update asset model to set isUsed to false
This commit is contained in:
parent
5e97b333dc
commit
4491383093
|
@ -167,7 +167,7 @@ async function handleModelLoad(
|
||||||
material: 'Inherit',
|
material: 'Inherit',
|
||||||
delay: 'Inherit',
|
delay: 'Inherit',
|
||||||
spawnInterval: 'Inherit',
|
spawnInterval: 'Inherit',
|
||||||
isUsed: true
|
isUsed: false
|
||||||
}],
|
}],
|
||||||
triggers: [],
|
triggers: [],
|
||||||
connections: {
|
connections: {
|
||||||
|
|
Loading…
Reference in New Issue