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

Loaded traces may be unloaded.

This commit is contained in:
Bartosz Taudul
2018-04-30 01:16:08 +02:00
parent e5cb241c19
commit 4c521ce92a
3 changed files with 24 additions and 13 deletions
+4 -1
View File
@@ -127,7 +127,10 @@ int main( int argc, char** argv )
}
else
{
view->Draw();
if( !view->Draw() )
{
view.reset();
}
}
// Rendering