Skip to content

Commit

Permalink
CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
erincatto committed Dec 22, 2024
1 parent 0a6553a commit 9eb6dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/broad_phase.c
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ static bool b2PairQueryCallback( int proxyId, int shapeId, void* context )
return true;
}

void b2FindPairsTask( int startIndex, int endIndex, uint32_t threadIndex, void* context )
static void b2FindPairsTask( int startIndex, int endIndex, uint32_t threadIndex, void* context )
{
b2TracyCZoneNC( pair_task, "Pair Task", b2_colorAquamarine, true );

Expand Down

0 comments on commit 9eb6dde

Please sign in to comment.