mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 08:34:40 +00:00
Merge pull request #617 from BeamNG/ScatterSkyVertex_color_decl
Fix ScatterSkyVertex::color declaration.
This commit is contained in:
commit
00bec88f39
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ GFXDeclareVertexFormat( ScatterSkyVertex )
|
||||||
{
|
{
|
||||||
Point3F point;
|
Point3F point;
|
||||||
VectorF normal;
|
VectorF normal;
|
||||||
ColorF color;
|
GFXVertexColor color;
|
||||||
};
|
};
|
||||||
|
|
||||||
class ScatterSky : public SceneObject, public ISceneLight
|
class ScatterSky : public SceneObject, public ISceneLight
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue