Skip to content
This repository has been archived by the owner on Mar 1, 2021. It is now read-only.

Commit

Permalink
Add TODO(#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Nov 1, 2020
1 parent 4e7e9e6 commit 6ce5e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/something_assets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ void Assets::load_conf(SDL_Renderer *renderer, const char *filepath)

// TODO(#251): assets.conf does not support comments
// TODO(#252): there is no way to reload assets at runtime
// TODO: release data pack building based on assets.conf
// TODO(#253): release data pack building based on assets.conf

while (input.count > 0) {
String_View line = input.chop_by_delim('\n').trim();
Expand Down

0 comments on commit 6ce5e14

Please sign in to comment.