Tell people they will see glitches, instead of thinking that they have selective

color blindness for units / structures and don't have a openGL 2.0 card.
master
buginator 2010-12-07 20:17:50 -05:00
parent f38d2d9d1a
commit c687c16ee9
1 changed files with 2 additions and 1 deletions

View File

@ -261,7 +261,8 @@ bool screenInitialise(
}
else
{
debug(LOG_INFO, "OpenGL 2.0 is not supported by your system, using fixed pipeline.");
debug(LOG_POPUP, "OpenGL 2.0 is not supported by your system, current shaders require this.");
debug(LOG_POPUP, "Team colors will not function correctly on your system.");
}
glViewport(0, 0, width, height);