rexim 5 years ago
parent
commit
5a7da3540d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/vodus_main.cpp

+ 1 - 1
src/vodus_main.cpp

@@ -256,7 +256,7 @@ void sample_chat_log_animation(FT_Face face, Encode_Frame encode_frame, Bttv *bt
         message_cooldown -= VODUS_DELTA_TIME_SEC;
 
         // TODO(#16): animate appearance of the message
-        // TODO: scroll implementation simply rerenders frames until they fit the screen which might be slow
+        // TODO(#33): scroll implementation simply rerenders frames until they fit the screen which might be slow
         while (render_log(surface, face, message_begin, message_end, bttv) &&
                message_begin < ARRAY_SIZE(messages)) {
             message_begin++;