fix broken small-speaker selectbox

master
Vanessa Ezekowitz 2015-03-28 00:01:15 -04:00
parent 65aa834821
commit e64f69ec8c
1 changed files with 1 additions and 1 deletions

View File

@ -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", {