Mercurial > mm7
diff GUI/GUIProgressBar.cpp @ 2573:0c67be4ec900
DrawTextureIndexed renamed to DrawTextureTransparentColorKey
Changing more class Texture to class Image.
author | a.parshin |
---|---|
date | Sat, 05 Mar 2016 16:25:53 +0200 |
parents | d87bfbd3bb3b |
children | a76d408c5132 |
line wrap: on
line diff
--- a/GUI/GUIProgressBar.cpp Sat Mar 05 01:51:54 2016 +0200 +++ b/GUI/GUIProgressBar.cpp Sat Mar 05 16:25:53 2016 +0200 @@ -166,7 +166,7 @@ { pRenderer->Sub01(); - pRenderer->DrawTextureIndexed(80, 122, &pBardata);//прогрессбар для данжей + pRenderer->DrawTextureTransparentColorKey(80, 122, &pBardata);//прогрессбар для данжей pRenderer->DrawTextureIndexedAlpha(100, 146, &pIcons_LOD->pTextures[pIconsFrameTable->GetFrame(uIconID_TurnHour, 0)->uTextureID]); //pRenderer->FillRectFast(174, 164, floorf(((double)(113 * uProgressCurrent) / (double)uProgressMax) + 0.5f),//COERCE_UNSIGNED_INT64(v4 + 6.7553994e15), //16, pRenderer->uTargetRMask);