Skip to content

Commit

Permalink
v0.3.1 update
Browse files Browse the repository at this point in the history
  • Loading branch information
glankk committed Dec 30, 2016
1 parent 2892d18 commit 12a4ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gz/gz.c
Original file line number Diff line number Diff line change
Expand Up @@ -1683,7 +1683,7 @@ void main_hook()
--splash_time;
gfx_mode_set(GFX_MODE_COLOR, GPACK_RGBA8888(0xC0, 0x00, 0x00, alpha));
gfx_printf(font, 16, Z64_SCREEN_HEIGHT - 6 - ch,
"gz-0.3.0 github.com/glankk/gz");
"gz-0.3.1 github.com/glankk/gz");
static struct gfx_texture *logo_texture = NULL;
if (!logo_texture)
logo_texture = resource_load_grc_texture("logo");
Expand Down

0 comments on commit 12a4ef8

Please sign in to comment.