mirror of
https://github.com/celisej567/source-engine.git
synced 2025-12-31 21:48:22 +03:00
fix previous commit
This commit is contained in:
@@ -619,10 +619,8 @@ bool CShaderDeviceMgrDx8::ComputeCapsFromD3D( HardwareCaps_t *pCaps, int nAdapte
|
||||
if ( pVendorID )
|
||||
{
|
||||
int nVendorID = V_atoi( pVendorID ); // use V_atoi for hex support
|
||||
if ( pVendorID > (HardwareCaps_t*)0 )
|
||||
{
|
||||
if ( pVendorID )
|
||||
ident.VendorId = nVendorID;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user