fix for up not applying
This commit is contained in:
parent
84026fc262
commit
a662192b2d
2 changed files with 2 additions and 1 deletions
|
@ -75,7 +75,7 @@
|
|||
<label>
|
||||
Up
|
||||
<select class="md-select" @input="setRoom()"
|
||||
v-model="app.cfg.audio.spatial_properties.room_materials.up">
|
||||
v-model="room_materials.up">
|
||||
<option v-for="prop in roomProps" :value="prop">{{ prop }}</option>
|
||||
</select>
|
||||
</label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue