Skip to content

Commit

Permalink
Refactor src/external/ferox_utils.h
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeokkim committed Nov 8, 2024
1 parent c514757 commit a6e7f93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/broad_phase.c
Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,4 @@ void frQuerySpatialHash(frSpatialHash *sh,
.ctx = userData
}
);
}
}
2 changes: 1 addition & 1 deletion src/external/ferox_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -229,4 +229,4 @@
/* A data type that represents a bit array.*/
typedef int *frBitArray;

#endif // `FEROX_UTILS_H`
#endif // `FEROX_UTILS_H`

0 comments on commit a6e7f93

Please sign in to comment.