diff options
author | Stijn Buys <ingar@osirion.org> | 2009-08-12 12:01:31 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2009-08-12 12:01:31 +0000 |
commit | 96766d28a74c5e9c358614bb85b7efc24f9b0743 (patch) | |
tree | b66736a99834110c849bca1834ec0c54008b642c /base/materials | |
parent | e4ae53e8f1dd0713e64146c6faabdc134b09b672 (diff) |
adds the ignore keyword to common.shader
Diffstat (limited to 'base/materials')
-rw-r--r-- | base/materials/common.shader | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/base/materials/common.shader b/base/materials/common.shader index d92279c..77095d8 100644 --- a/base/materials/common.shader +++ b/base/materials/common.shader @@ -1,13 +1,21 @@ +textures/common/caulk +{ + qer_editorimage textures/common/caulk.tga + ignore +} + textures/common/clip { qer_editorimage textures/common/clip.tga qer_trans 0.20 + ignore } textures/common/hint { qer_editorimage textures/common/hint.tga qer_trans 0.20 + ignore } textures/common/engine { |