Signal initialization failure through exit code.

This commit is contained in:
Bartosz Taudul 2021-11-11 12:43:59 +01:00
parent f925da5e01
commit 987f70a9d4
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -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()