Skip to content

Commit

Permalink
ui_dbg.h: add a clarifying comment
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed May 14, 2022
1 parent 6e191f3 commit c011ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/ui_dbg.h
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ typedef void (*ui_dbg_destroy_texture_t)(void* tex_handle);

/* user-defined hotkeys (all strings must be static) */
typedef struct ui_dbg_key_desc_t {
int keycode;
int keycode; // ImGuiKey_*
const char* name;
} ui_dbg_key_desc_t;

Expand Down

0 comments on commit c011ef1

Please sign in to comment.