Skip to content

Commit

Permalink
Update CREDITS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeokkim committed Nov 29, 2023
1 parent 46816ca commit 96865ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CREDITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ I'd like to thank everyone who have made contribution to improve this project:
## Contributors

- [@0xfadead](https://github.com/0xfadead): https://github.com/c-krit/ferox/pull/15
- [@CJongSeong](https://github.com/CJongSeong): https://github.com/c-krit/ferox/pull/19
- [@Fallbork](https://github.com/Fallbork): https://github.com/c-krit/ferox/pull/8
- [@JeungSeok](https://github.com/JeungSeok): https://github.com/c-krit/ferox/pull/20
- [@lauchimoon](https://github.com/lauchimoon): https://github.com/c-krit/ferox/pull/6
- [@snackcookie](https://github.com/snackcookie): https://github.com/c-krit/ferox/pull/21
- [@wgrgwg](https://github.com/wgrgwg): https://github.com/c-krit/ferox/pull/23

## Thanks

Expand Down
3 changes: 2 additions & 1 deletion examples/src/query.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ static frSpatialHash *hash;

static frBody *bodies[MAX_OBJECT_COUNT];

static Color primaryColor, secondaryColor, greenColor;
static Color primaryColor, secondaryColor;

/* Private Function Prototypes ============================================= */

Expand Down Expand Up @@ -212,5 +212,6 @@ static frAABB GetCursorBounds(void) {

static bool OnHashQuery(int index, void *ctx) {
frSetBodyUserData(bodies[index], (void *) &secondaryColor);

return true;
}

0 comments on commit 96865ec

Please sign in to comment.