gfxInfo Typo

This commit is contained in:
RobertBeckebans 2014-04-20 17:55:03 +02:00
parent a8cda090c1
commit b0b0d8ed76

View file

@ -1984,7 +1984,7 @@ void GfxInfo_f( const idCmdArgs& args )
}
else
{
common->Printf( S_COLOR_GREEN "GPU skeletal animation not available (slower CPU path active)\n" );
common->Printf( S_COLOR_RED "GPU skeletal animation not available (slower CPU path active)\n" );
}
}