diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-11-04 21:36:03 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-11-04 21:36:03 +0000 |
| commit | b6a629cf8020e9fe76de251e07a0135dbd2f1f80 (patch) | |
| tree | dd744a6ec4384beaae26006e3f674ee774855ea7 /src/editor | |
| parent | daf89a01ff88c7771f0c252808de2b3eede23927 (diff) | |
| download | zcatch-b6a629cf8020e9fe76de251e07a0135dbd2f1f80.tar.gz zcatch-b6a629cf8020e9fe76de251e07a0135dbd2f1f80.zip | |
new gui commit
Diffstat (limited to 'src/editor')
| -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); |