--- deliantra/Deliantra-Client/Client.xs 2006/05/11 23:41:45 1.76 +++ deliantra/Deliantra-Client/Client.xs 2006/05/12 00:16:34 1.77 @@ -1579,7 +1579,7 @@ void glColor (float r, float g, float b, float a = 1.0) PROTOTYPE: @ CODE: - glColor4ub (r * 255., g * 255., b * 255., a * 255.); + glColor4ub (r * 255.999, g * 255.999, b * 255.999, a * 255.999); void glVertex (float x, float y, float z = 0.) CODE: