diff options
Diffstat (limited to 'src/editor/editor.cpp')
| -rw-r--r-- | src/editor/editor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editor/editor.cpp b/src/editor/editor.cpp index c35bb08c..207a00dd 100644 --- a/src/editor/editor.cpp +++ b/src/editor/editor.cpp @@ -686,7 +686,7 @@ static int editor_reset() return 0; } -void draw_editor_button(void *id, const char *text, int checked, float x, float y, float w, float h, void *extra) +void draw_editor_button(const void *id, const char *text, int checked, float x, float y, float w, float h, void *extra) { gfx_blend_normal(); gfx_texture_set(-1); |