瀏覽代碼

Fix ScatterSkyVertex::color declaration.

LuisAntonRebollo 11 年之前
父節點
當前提交
51aca89165
共有 1 個文件被更改,包括 1 次插入1 次删除
  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