Selaa lähdekoodia

Merge pull request #617 from BeamNG/ScatterSkyVertex_color_decl

Fix ScatterSkyVertex::color declaration.
Thomas Fischer 11 vuotta sitten
vanhempi
commit
00bec88f39
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Engine/source/environment/scatterSky.h

+ 1 - 1
Engine/source/environment/scatterSky.h

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