fix
This commit is contained in:
parent
06303361e0
commit
a0d619692f
|
@ -352,7 +352,7 @@ func (w *wsConnectItem) assembleRenderDataToUnity(taskId string, combineImage st
|
||||||
if element.Base != nil && *element.Base != "" {
|
if element.Base != nil && *element.Base != "" {
|
||||||
tempData = append(tempData, map[string]interface{}{
|
tempData = append(tempData, map[string]interface{}{
|
||||||
"name": "model",
|
"name": "model",
|
||||||
"data": "0," + combineImage + "," + *element.Base, /* + " " + fmt.Sprintf("%d", time.Now().UTC().UnixMilli()),*/
|
"data": "0," + combineImage + "," + *element.Base,
|
||||||
"type": "other",
|
"type": "other",
|
||||||
"layer": "0",
|
"layer": "0",
|
||||||
"is_update": 1,
|
"is_update": 1,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user