mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Signal initialization failure through exit code.
This commit is contained in:
@@ -319,7 +319,7 @@ static void InitFailure( const char* msg )
|
||||
#else
|
||||
fprintf( stderr, "Tracy Profiler initialization failure: %s\n", msg );
|
||||
#endif
|
||||
exit( 0 );
|
||||
exit( 1 );
|
||||
}
|
||||
|
||||
static int64_t SetupHwTimer()
|
||||
|
||||
Reference in New Issue
Block a user