Vertex colors and textures

Hi.

I made a plane with grass texture, now i want to paint vertex with different colors.

My problem is, in GLSL mode (Game Engine), vertex colors are not showing over the grass texture.
If the plane has no texture, i can see vertex colors over the plane in Game Engine.

How can i make vertex colors to mix with textures in game engine?

Thanks.

Try changing the texture blend mode to something other than Mix
Enable ‘Vertex Color Paint’ option in the material options

It works, but the texture looks not very good… it is a texture with transparent parts i’ll try more changes.

Thanks