diff options
Diffstat (limited to 'mp/src/materialsystem/stdshaders/example_model_dx9_helper.cpp')
| -rw-r--r-- | mp/src/materialsystem/stdshaders/example_model_dx9_helper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mp/src/materialsystem/stdshaders/example_model_dx9_helper.cpp b/mp/src/materialsystem/stdshaders/example_model_dx9_helper.cpp index 82b8d466..fc6a7208 100644 --- a/mp/src/materialsystem/stdshaders/example_model_dx9_helper.cpp +++ b/mp/src/materialsystem/stdshaders/example_model_dx9_helper.cpp @@ -19,7 +19,7 @@ static ConVar mat_fullbright( "mat_fullbright", "0", FCVAR_CHEAT ); static ConVar r_lightwarpidentity( "r_lightwarpidentity", "0", FCVAR_CHEAT ); -static ConVar r_rimlight( "r_rimlight", "1", FCVAR_CHEAT ); +static ConVar r_rimlight( "r_rimlight", "1", FCVAR_NONE ); // Textures may be bound to the following samplers: // SHADER_SAMPLER0 Base (Albedo) / Gloss in alpha |