aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/jake2/render/fastjogl/Mesh.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jake2/render/fastjogl/Mesh.java b/src/jake2/render/fastjogl/Mesh.java
index a6326e9..0b52ad8 100644
--- a/src/jake2/render/fastjogl/Mesh.java
+++ b/src/jake2/render/fastjogl/Mesh.java
@@ -2,7 +2,7 @@
* Mesh.java
* Copyright (C) 2003
*
- * $Id: Mesh.java,v 1.11 2005-06-08 21:27:09 cawe Exp $
+ * $Id: Mesh.java,v 1.12 2005-06-09 07:59:58 cawe Exp $
*/
/*
Copyright (C) 1997-2001 Id Software, Inc.
@@ -206,7 +206,7 @@ public abstract class Mesh extends Light {
color.put(j, l * shadelight[0]);
color.put(j + 1, l * shadelight[1]);
color.put(j + 2, l * shadelight[2]);
- color.put(j + 4, alpha);
+ color.put(j + 3, alpha);
j += 4;
}
}