Skip to content

Commit 0cb05e7

Browse files
authored
Merge pull request slembcke#200 from aganm/always_true
Fix condition is always true
2 parents f53a21c + 19ece9f commit 0cb05e7

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)