Closed theod closed 10 years ago
I found the line that cause the problem but if I remove it, it never disables the recording …
the line is the removeMessageToRecord(recMsgs[i]); in void BasicBox::updateRecordingCurves().
this has been fixed, thanks @jcelerier
it seems the graphical interface do a kind of cleaning before when it is notified the scenario starts and so it call void Engine::setCurveRecording( … ) with 'false' to disable the recording.
@bltzr : I don't know how to fix this as I guess there was a reason to do this cleaning (this happen on dev and feature/api branch). do it works for you ?