mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-04-24 10:38:53 +00:00
Don't reset or lock r_useGPUSkinning cvar in multiplayer mode (not a cheat)
(cherry picked from commit 3b6598b88d71bc443c431a04e0f075410679ea36)
This commit is contained in:
parent
e80b6a3e21
commit
e2956643a7
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ static const char* MD5_SnapshotName = "_MD5_Snapshot_";
|
|||
static const byte MD5B_VERSION = 106;
|
||||
static const unsigned int MD5B_MAGIC = ( '5' << 24 ) | ( 'D' << 16 ) | ( 'M' << 8 ) | MD5B_VERSION;
|
||||
|
||||
idCVar r_useGPUSkinning( "r_useGPUSkinning", "1", CVAR_INTEGER, "animate normals and tangents instead of deriving" );
|
||||
idCVar r_useGPUSkinning( "r_useGPUSkinning", "1", CVAR_INTEGER | CVAR_NOCHEAT, "animate normals and tangents instead of deriving" );
|
||||
|
||||
/***********************************************************************
|
||||
|
||||
|
|
Loading…
Reference in a new issue