Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mastercoms committed Aug 18, 2020
1 parent cb5a91f commit fecb370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game/client/viewrender.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1921,7 +1921,7 @@ void CViewRender::RenderView( const CViewSetup &viewRender, int nClearFlags, int
// Don't want TF2 running less than DX 9
if ( g_pMaterialSystemHardwareConfig->GetDXSupportLevel() < 90 )
{
// We know they were running at least 8.0 when the game started...we check the
// We know they were running at least 9.0 when the game started...we check the
// value in ClientDLL_Init()...so they must be messing with their DirectX settings.
if ( ( Q_stricmp( COM_GetModDirectory(), "tf" ) == 0 ) || ( Q_stricmp( COM_GetModDirectory(), "tf_beta" ) == 0 ) )
{
Expand Down

0 comments on commit fecb370

Please sign in to comment.