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:
@@ -142,7 +142,7 @@ private:
|
||||
public:
|
||||
using GetWindowCallback = void*(*)();
|
||||
|
||||
SourceView( ImFont* font, GetWindowCallback gwcb );
|
||||
SourceView( GetWindowCallback gwcb );
|
||||
|
||||
void UpdateFont( ImFont* font ) { m_font = font; }
|
||||
void SetCpuId( uint32_t cpuid );
|
||||
|
||||
Reference in New Issue
Block a user