فهرست منبع

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