Browse Source

fix color in doc string

David Rose 14 years ago
parent
commit
a8519d5f0b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/glstuff/glmisc_src.cxx

+ 1 - 1
panda/src/glstuff/glmisc_src.cxx

@@ -57,7 +57,7 @@ ConfigVariableBool CLP(show_texture_usage)
    PRC_DESC("If you set this true, the screen will flash with textures drawn "
             "in a special mode that shows the mipmap detail level and texture "
             "size for each texture.  Textures will be drawn in blue for "
-            "mipmap level 0, gray for mipmap level 1, and red for all higher "
+            "mipmap level 0, yellow for mipmap level 1, and red for all higher "
             "mipmap levels.  Brighter colors represent larger textures."));
 
 ConfigVariableInt CLP(show_texture_usage_max_size)