From 728e959619beffede452112ea43d0e8456c79db8 Mon Sep 17 00:00:00 2001 From: Evan Goers Date: Sun, 8 Feb 2009 19:55:16 +0000 Subject: Updated researchstation. Fixed a stupid mistake in red and red_bright materials. --- base/materials/colors.shader | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'base/materials') 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 } -- cgit v1.2.3