Explorar el Código

Fix ScatterSkyVertex::color declaration.

LuisAntonRebollo hace 11 años
padre
commit
51aca89165
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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