fix
This commit is contained in:
		
							parent
							
								
									2aeff09639
								
							
						
					
					
						commit
						06303361e0
					
				@ -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, /* + " " + fmt.Sprintf("%d", time.Now().UTC().UnixMilli()),*/
 | 
				
			||||||
			"type":      "other",
 | 
								"type":      "other",
 | 
				
			||||||
			"layer":     "0",
 | 
								"layer":     "0",
 | 
				
			||||||
			"is_update": 1,
 | 
								"is_update": 1,
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user