mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-01-06 01:41:17 +00:00
gfxInfo Typo
This commit is contained in:
parent
a8cda090c1
commit
b0b0d8ed76
1 changed files with 1 additions and 1 deletions
|
@ -1984,7 +1984,7 @@ void GfxInfo_f( const idCmdArgs& args )
|
||||||
}
|
}
|
||||||
else
|
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" );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue