diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-04-07 02:56:31 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-04-07 02:56:36 +0200 |
| commit | c5f04adaea196d0cb66ed5e0c764a654abb3e7fe (patch) | |
| tree | cfabfb2a8acd1f1d1b208282edaffbe081155523 /src/gui | |
| parent | 850ed93367ab23a407124d56c2bf0b9177a3f458 (diff) | |
| download | rts-wip.tar.gz | |
wip3wip
Diffstat (limited to 'src/gui')
| -rw-r--r-- | src/gui/src/button.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/src/button.c b/src/gui/src/button.c index 8f00ff2..f1d2fd2 100644 --- a/src/gui/src/button.c +++ b/src/gui/src/button.c @@ -81,7 +81,7 @@ void gui_button_init(struct gui_button *const b, const enum gui_button_type t) static void (*const f[])(struct gui_button *) = { [GUI_BUTTON_TYPE_1] = gui_button_init_type1, - [GUI_BUTTON_TYPE_SPRITE] = gui_button_get_dim_sprite + [GUI_BUTTON_TYPE_SPRITE] = gui_button_init_sprite }; f[b->type](b); |
