mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +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;
|
||||
VectorF normal;
|
||||
ColorF color;
|
||||
GFXVertexColor color;
|
||||
};
|
||||
|
||||
class ScatterSky : public SceneObject, public ISceneLight
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue