mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08: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