waveforms: moved waveform to track rather than block
This is a much more robust and thread-safe system of storing the waveforms.
This commit is contained in:
@@ -68,6 +68,11 @@ protected:
|
||||
return job_time_;
|
||||
}
|
||||
|
||||
OpenGLBackend* backend()
|
||||
{
|
||||
return &backend_;
|
||||
}
|
||||
|
||||
private:
|
||||
ViewerOutput* viewer_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user