Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Commit

Permalink
add fixme to demo for tessellator bug
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Jul 3, 2015
1 parent e9ceb14 commit 4c1c19a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/demo/core/demo.c
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,9 @@ tb_void_t gb_demo_draw(gb_window_ref_t window, gb_canvas_ref_t canvas, tb_cpoint
tb_assert_abort(window && canvas);
tb_assert_abort(g_index < tb_arrayn(g_entries));

// FIXME
//g_width = gb_long_to_float(30);

// clear it
gb_canvas_draw_clear(canvas, GB_COLOR_DEFAULT);

Expand Down

0 comments on commit 4c1c19a

Please sign in to comment.