rexim 4 years ago
parent
commit
8af97ebc77
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main.c

+ 1 - 1
src/main.c

@@ -450,7 +450,7 @@ int main(int argc, char **argv)
         {
         {
             int w, h;
             int w, h;
             SDL_GetWindowSize(window, &w, &h);
             SDL_GetWindowSize(window, &w, &h);
-            // TODO: update the viewport and the resolution only on actual window change
+            // TODO(#19): update the viewport and the resolution only on actual window change
             glViewport(0, 0, w, h);
             glViewport(0, 0, w, h);
             glUniform2f(resolution_uniform, (float) w, (float) h);
             glUniform2f(resolution_uniform, (float) w, (float) h);
         }
         }