Skip to content

Commit

Permalink
Add missing ndef.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobby Lovell committed Dec 14, 2023
1 parent 79fb976 commit e84d83e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/game/menuitem.c
Original file line number Diff line number Diff line change
Expand Up @@ -4379,7 +4379,11 @@ Gfx *menuitemRender(Gfx *gdl, struct menurendercontext *context)
case MENUITEMTYPE_CAROUSEL: return menuitemCarouselRender(gdl, context);
case MENUITEMTYPE_MODEL: return menuitemModelRender(gdl, context);
case MENUITEMTYPE_CONTROLLER: return menuitemControllerRender(gdl, context);

#ifndef PLATFORM_N64
case MENUITEMTYPE_COLORBOX: return menuitemColorBoxRender(gdl, context);
#endif

}

return gdl;
Expand Down

0 comments on commit e84d83e

Please sign in to comment.