Browse Source

Remove TODO(#28)

rexim 4 years ago
parent
commit
24c6aeaaed
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/main.c

+ 0 - 1
src/main.c

@@ -131,7 +131,6 @@ 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(#28): Camera location is broken in Free_Glyph Renderer
 
 void render_editor_into_fgb(SDL_Window *window, Free_Glyph_Buffer *fgb, Cursor_Renderer *cr, Editor *editor)
 {