Skip to content

Commit

Permalink
Add TODO(#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Jul 11, 2021
1 parent ff6cb2d commit 7e85c58
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 @@ -116,7 +116,7 @@ void render_editor_into_tgb(SDL_Window *window, Tile_Glyph_Buffer *tgb, Editor *

#define FREE_GLYPH_FONT_SIZE 64

// TODO: Free_Glyph renderer does not support cursor
// TODO(#27): Free_Glyph renderer does not support cursor
// TODO: 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 7e85c58

Please sign in to comment.