forked from nalc/homedecor_modpack
fix broken small-speaker selectbox
This commit is contained in:
parent
65aa834821
commit
e64f69ec8c
|
@ -27,7 +27,7 @@ homedecor.register("speaker_open", {
|
|||
|
||||
local spk_cbox = {
|
||||
type = "fixed",
|
||||
fixed = { -3/16, -8/16, 1/16, 3/16, -2/16, }
|
||||
fixed = { -3/16, -8/16, 1/16, 3/16, -2/16, 7/16 }
|
||||
}
|
||||
|
||||
homedecor.register("speaker_small", {
|
||||
|
|
Loading…
Reference in New Issue
Block a user