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