1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Push IsBusy() callback to Backend.

This commit is contained in:
Bartosz Taudul
2024-03-24 17:39:55 +01:00
parent 9f9cd04761
commit 5b2cce0a02
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -341,7 +341,7 @@ int main( int argc, char** argv )
LoadConfig();
ImGuiTracyContext imguiContext;
Backend backend( title, DrawContents, ScaleChanged, &mainThreadTasks );
Backend backend( title, DrawContents, ScaleChanged, IsBusy, &mainThreadTasks );
tracy::InitTexture();
iconTex = tracy::MakeTexture();
zigzagTex = tracy::MakeTexture( true );