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
parent
f38d2d9d1a
commit
c687c16ee9
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue