Browse Source

Fix ScatterSkyVertex::color declaration.

LuisAntonRebollo 11 năm trước cách đây
mục cha
commit
51aca89165
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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