Skip to content

Commit 19ece9f

Browse files
committed
Fix condition is always true
1 parent 1d01b2a commit 19ece9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/chipmunk/chipmunk_structs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ struct cpSpace {
428428
cpArray *pooledArbiters;
429429

430430
cpArray *allocatedBuffers;
431-
unsigned int locked;
431+
int locked;
432432

433433
cpBool usesWildcards;
434434
cpHashSet *collisionHandlers;

0 commit comments

Comments
 (0)