mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 22:44:34 +00:00
Signal initialization failure through exit code.
This commit is contained in:
parent
f925da5e01
commit
987f70a9d4
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user