From a8519d5f0b9282456ebb3ed56c43f5556873ae7f Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 16 Aug 2011 13:36:34 +0000 Subject: [PATCH] fix color in doc string --- panda/src/glstuff/glmisc_src.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/glstuff/glmisc_src.cxx b/panda/src/glstuff/glmisc_src.cxx index 2a5e61a3ae..d8a202a04d 100644 --- a/panda/src/glstuff/glmisc_src.cxx +++ b/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)