Fix ScatterSkyVertex::color declaration.

This commit is contained in:
LuisAntonRebollo 2014-04-17 13:36:37 +02:00
parent 2142d452d4
commit 51aca89165

View file

@ -62,7 +62,7 @@ GFXDeclareVertexFormat( ScatterSkyVertex )
{
Point3F point;
VectorF normal;
ColorF color;
GFXVertexColor color;
};
class ScatterSky : public SceneObject, public ISceneLight