slider should stay with avatr

This commit is contained in:
James B. Pollack 2015-12-19 19:14:56 -08:00
parent daa262af7d
commit 485bb4ee3f

View file

@ -413,7 +413,7 @@ function makeSliders(light) {
parentEntitiesToPanel(panel); parentEntitiesToPanel(panel);
} }
if () { if (SLIDERS_SHOULD_STAY_WITH_AVATAR) {
parentPanelToAvatar(panel) parentPanelToAvatar(panel)
} }
}; };