rexim 5 anni fa
parent
commit
f33615f178
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/vodus_encoder.cpp

+ 1 - 1
src/vodus_encoder.cpp

@@ -261,7 +261,7 @@ void previewencoder_encode(Preview_Context *context, Image32 surface, int frame_
                  surface.pixels);
                  surface.pixels);
     glGenerateMipmap(GL_TEXTURE_2D);
     glGenerateMipmap(GL_TEXTURE_2D);
 
 
-    // TODO: Preview is not synced with real time
+    // TODO(#141): Preview is not synced with real time
     // TODO: Preview does not allow to pause and move backward/forward
     // TODO: Preview does not allow to pause and move backward/forward
 
 
     glDrawArrays(GL_QUADS, 0, 4);
     glDrawArrays(GL_QUADS, 0, 4);