Mercurial > mm7
diff mm7_3.cpp @ 842:2825b5a9b562
m
author | Ritor1 |
---|---|
date | Fri, 29 Mar 2013 10:44:18 +0600 |
parents | 6dd2b94efce7 |
children | 292c6288204d e3609dd06c15 6759478c2f14 |
line wrap: on
line diff
--- a/mm7_3.cpp Fri Mar 29 10:43:53 2013 +0600 +++ b/mm7_3.cpp Fri Mar 29 10:44:18 2013 +0600 @@ -6116,8 +6116,8 @@ array_50AC10[i]._rhw = 1; //array_50AC10[i].u = (double)v35 / (65536.0 * _this.pTexture->uTextureWidth); //array_50AC10[i].v = (double)v36 / (65536.0 * _this.pTexture->uTextureHeight); - //float t = (GetTickCount() % 96000) / 96000.0f; - //array_50AC10[i].u += t; + float t = (GetTickCount() % 96000) / 96000.0f; + array_50AC10[i].u += t; if ( i == _this.uNumVertices - 1 ) { pRenderer->DrawFan(_this.uNumVertices, &_this, pBitmaps_LOD->pHardwareTextures[_this.uTileBitmapID]);