Fix Android Debug compilation error after recent Tracy update

#948
This commit is contained in:
Wojtek Figat
2023-05-28 16:22:34 +02:00
parent 1cf97186dd
commit 311637616b

View File

@@ -368,7 +368,6 @@ static int64_t SetupHwTimer()
InitFailure( "CPU doesn't support invariant TSC.\nDefine TRACY_NO_INVARIANT_CHECK=1 to ignore this error, *if you know what you are doing*.\nAlternatively you may rebuild the application with the TRACY_TIMER_FALLBACK define to use lower resolution timer." );
#endif
}
#endif
#endif
return Profiler::GetTime();
@@ -4784,4 +4783,4 @@ TRACY_API void ___tracy_shutdown_profiler( void )
#endif
#endif
#endif