Fixed weird sky in beach track
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@3922 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
3dcf00c8d5
commit
d6202cd493
@ -737,7 +737,7 @@ void Track::loadTrackModel()
|
||||
video::ITexture* t=irrMaterial.getTexture(j);
|
||||
if(!t) continue;
|
||||
core::matrix4 *m = &irrMaterial.getTextureMatrix(j);
|
||||
m_animated_textures.push_back(new MovingTexture(m, 0.05f, 0.05f));
|
||||
m_animated_textures.push_back(new MovingTexture(m, 0.05f, 0.0f));
|
||||
} // for j<MATERIAL_MAX_TEXTURES
|
||||
} // for i<getMaterialCount
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user