--- deliantra/Deliantra-Client/Client.xs 2006/05/12 00:16:34 1.77 +++ deliantra/Deliantra-Client/Client.xs 2006/05/12 01:47:03 1.78 @@ -1579,6 +1579,7 @@ void glColor (float r, float g, float b, float a = 1.0) PROTOTYPE: @ CODE: + // 255.999 is close enough to correctness (256 and clamp) glColor4ub (r * 255.999, g * 255.999, b * 255.999, a * 255.999); void glVertex (float x, float y, float z = 0.)