mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-19 06:46:04 +01:00
fix anim flag on lation_ui progressbars
This commit is contained in:
@@ -150,6 +150,7 @@ function progressBar(data)
|
|||||||
anim = {
|
anim = {
|
||||||
dict = data.dict,
|
dict = data.dict,
|
||||||
clip = data.anim,
|
clip = data.anim,
|
||||||
|
flag = data.flag
|
||||||
},
|
},
|
||||||
prop = {
|
prop = {
|
||||||
model = data.prop and data.prop.model,
|
model = data.prop and data.prop.model,
|
||||||
|
|||||||
Reference in New Issue
Block a user