fix
This commit is contained in:
parent
6d515d303b
commit
be8254584e
@ -410,7 +410,7 @@ func (w *wsConnectItem) assembleRenderDataToUnity(taskId string, resolution int,
|
|||||||
if element.ModelP != nil && *element.ModelP != "" {
|
if element.ModelP != nil && *element.ModelP != "" {
|
||||||
tempData = append(tempData, map[string]interface{}{
|
tempData = append(tempData, map[string]interface{}{
|
||||||
"name": "model_P",
|
"name": "model_P",
|
||||||
"data": "0," + *element.ModelP,
|
"data": "0,",
|
||||||
"type": "other",
|
"type": "other",
|
||||||
"layer": "0",
|
"layer": "0",
|
||||||
"is_update": 0,
|
"is_update": 0,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user