mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-19 01:29:52 +00:00
Store View and Worker in TimelineController.
This commit is contained in:
@@ -5,11 +5,13 @@
|
||||
namespace tracy
|
||||
{
|
||||
|
||||
TimelineController::TimelineController()
|
||||
TimelineController::TimelineController( View& view, const Worker& worker )
|
||||
: m_height( 0 )
|
||||
, m_offset( 0 )
|
||||
, m_scroll( 0 )
|
||||
, m_firstFrame( true )
|
||||
, m_view( view )
|
||||
, m_worker( worker )
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user