mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-23 06:44:35 +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
|
#else
|
||||||
fprintf( stderr, "Tracy Profiler initialization failure: %s\n", msg );
|
fprintf( stderr, "Tracy Profiler initialization failure: %s\n", msg );
|
||||||
#endif
|
#endif
|
||||||
exit( 0 );
|
exit( 1 );
|
||||||
}
|
}
|
||||||
|
|
||||||
static int64_t SetupHwTimer()
|
static int64_t SetupHwTimer()
|
||||||
|
Loading…
Reference in New Issue
Block a user