OSDN Git Service

Color3iv: set the alpha value to 1.0
authorXiang, Haihao <haihao.xiang@intel.com>
Sun, 25 Mar 2007 13:31:36 +0000 (21:31 +0800)
committerXiang, Haihao <haihao.xiang@intel.com>
Sun, 25 Mar 2007 13:31:36 +0000 (21:31 +0800)
src/mesa/main/api_loopback.c

index 717ef1f..efe5a77 100644 (file)
@@ -146,7 +146,7 @@ static void GLAPIENTRY
 loopback_Color3iv_f( const GLint *v )
 {
    COLORF( INT_TO_FLOAT(v[0]), INT_TO_FLOAT(v[1]),
-          INT_TO_FLOAT(v[2]), INT_TO_FLOAT(v[3]) );
+          INT_TO_FLOAT(v[2]), 1.0 );
 }
 
 static void GLAPIENTRY