Browse Source

Missing TODO

Herbert Wolverson 5 years ago
parent
commit
c92f7e2dd3
1 changed files with 2 additions and 0 deletions
  1. 2 0
      book/src/chapter_5.md

+ 2 - 0
book/src/chapter_5.md

@@ -543,6 +543,8 @@ pub fn draw_map(ecs: &World, ctx : &mut Rltk) {
 
 If you `cargo run` your project, you will now have visible tiles as slightly cyan floors and green walls - and grey as they move out of view. Performance should be great! Congratulations - you now have a nice, working field-of-view system.
 
+TODO: SCREENSHOT
+
 ---
 
 Copyright (C) 2019, Herbert Wolverson.