From 96865ec46fc9c8f0fd193f4f8edc07bd917654e3 Mon Sep 17 00:00:00 2001 From: jdeokkim Date: Wed, 29 Nov 2023 19:26:28 +0900 Subject: [PATCH] Update CREDITS.md --- CREDITS.md | 4 ++++ examples/src/query.c | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CREDITS.md b/CREDITS.md index 7767ecd..396993e 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -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 diff --git a/examples/src/query.c b/examples/src/query.c index dc2f8f2..4d82218 100644 --- a/examples/src/query.c +++ b/examples/src/query.c @@ -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 ============================================= */ @@ -212,5 +212,6 @@ static frAABB GetCursorBounds(void) { static bool OnHashQuery(int index, void *ctx) { frSetBodyUserData(bodies[index], (void *) &secondaryColor); + return true; } \ No newline at end of file