mirror of
https://github.com/wolfpld/tracy
synced 2025-04-30 20:53:52 +00:00
Fix (?) invalid function pointer signature.
This commit is contained in:
parent
78127dc357
commit
fbeee3cf61
@ -50,7 +50,7 @@ struct ReadyThread
|
|||||||
int8_t reserverd;
|
int8_t reserverd;
|
||||||
};
|
};
|
||||||
|
|
||||||
void EventRecordCallback( PEVENT_RECORD record )
|
void WINAPI EventRecordCallback( PEVENT_RECORD record )
|
||||||
{
|
{
|
||||||
#ifdef TRACY_ON_DEMAND
|
#ifdef TRACY_ON_DEMAND
|
||||||
if( !GetProfiler().IsConnected() ) return;
|
if( !GetProfiler().IsConnected() ) return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user