mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Don't pass font to SourceView ctor.
This commit is contained in:
@@ -234,7 +234,7 @@ void View::InitMemory()
|
||||
|
||||
void View::InitTextEditor( ImFont* font )
|
||||
{
|
||||
m_sourceView = std::make_unique<SourceView>( font, m_gwcb );
|
||||
m_sourceView = std::make_unique<SourceView>( m_gwcb );
|
||||
m_sourceViewFile = nullptr;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user