Skip to content

Commit

Permalink
Add TODO(#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Jul 11, 2021
1 parent 7e85c58 commit 88ad25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ void render_editor_into_tgb(SDL_Window *window, Tile_Glyph_Buffer *tgb, Editor *
#define FREE_GLYPH_FONT_SIZE 64

// TODO(#27): Free_Glyph renderer does not support cursor
// TODO: Camera location is broken in Free_Glyph Renderer
// TODO(#28): Camera location is broken in Free_Glyph Renderer

void render_editor_into_fgb(SDL_Window *window, Free_Glyph_Buffer *fgb, Editor *editor)
{
Expand Down

0 comments on commit 88ad25e

Please sign in to comment.