TestData: Fix json unmarshal error in simulation scenario (#104612)
* fix simulation json error * Trigger build
This commit is contained in:
@@ -41,7 +41,7 @@ func (s *flightSim) GetState() simulationState {
|
||||
}
|
||||
|
||||
func (s *flightSim) SetConfig(vals map[string]any) error {
|
||||
return updateConfigObjectFromJSON(s.cfg, vals)
|
||||
return updateConfigObjectFromJSON(&s.cfg, vals)
|
||||
}
|
||||
|
||||
func (s *flightSim) NewFrame(size int) *data.Frame {
|
||||
|
||||
Reference in New Issue
Block a user