Merge pull request #617 from BeamNG/ScatterSkyVertex_color_decl

Fix ScatterSkyVertex::color declaration.
This commit is contained in:
Thomas Fischer 2014-05-23 08:11:22 +02:00
commit 00bec88f39

View file

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