Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Goers <mega@osirion.org>2009-02-08 19:55:16 +0000
committerEvan Goers <mega@osirion.org>2009-02-08 19:55:16 +0000
commit728e959619beffede452112ea43d0e8456c79db8 (patch)
treea2319b40e686d22faacfa74fb153a9c5cbaa8049 /base/materials
parent8ef8e0ea2830b0cc28698296afc65fa8bd145462 (diff)
Updated researchstation.
Fixed a stupid mistake in red and red_bright materials.
Diffstat (limited to 'base/materials')
-rw-r--r--base/materials/colors.shader4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/materials/colors.shader b/base/materials/colors.shader
index 9dc9c8c..27618bc 100644
--- a/base/materials/colors.shader
+++ b/base/materials/colors.shader
@@ -31,14 +31,14 @@ textures/colors/white_bright
textures/colors/red
{
qer_editorimage textures/colors/red
- color 0.00 0.00 1.00
+ color 1.00 0.00 0.00
environment sky
}
textures/colors/red_bright
{
qer_editorimage textures/colors/red
- color 0.00 0.00 1.00
+ color 1.00 0.00 0.00
environment sky
bright
}