diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2026-09-16 09:01:55 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-09-16 09:01:55 -0600 |
| commit | 60ac50c9628d25968bfe367e1b4b6f030078be64 (patch) | |
| tree | e03a0d825cfe443adcf076cb643c20692151f431 /src/actors/yoshi_egg | |
| parent | 7adfdaa9abb18d76ae80f26bff58c2c4dc4f3f29 (diff) | |
| parent | 8fb42e50d70356300050048b57def3123e6d4552 (diff) | |
Merge branch 'main' into Caladius-patch-1Caladius-patch-1
Diffstat (limited to 'src/actors/yoshi_egg')
| -rw-r--r-- | src/actors/yoshi_egg/render.inc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actors/yoshi_egg/render.inc.c b/src/actors/yoshi_egg/render.inc.c index 7bb2cc884..2a1ed1dc6 100644 --- a/src/actors/yoshi_egg/render.inc.c +++ b/src/actors/yoshi_egg/render.inc.c @@ -20,7 +20,7 @@ void render_actor_yoshi_egg(Camera* camera, Mat4 arg1, struct YoshiValleyEgg* eg f32 temp_f0; size_t actorIdx = CM_FindActorIndex((struct Actor*) egg); - if (-1 == actorIdx) { + if (-1 == (s32) actorIdx) { printf("[render_actor_yoshi_egg] Could not find actor for FI, skipping\n"); return; } |
