Mercurial > mm7
diff GUIProgressBar.cpp @ 709:af08fc9e29c8
Items (blue dots) on minimap fixed
author | Nomad |
---|---|
date | Thu, 21 Mar 2013 12:37:49 +0200 |
parents | 137c59c3dbc4 |
children | 735dab8d3c9a |
line wrap: on
line diff
--- a/GUIProgressBar.cpp Thu Mar 21 10:35:13 2013 +0200 +++ b/GUIProgressBar.cpp Thu Mar 21 12:37:49 2013 +0200 @@ -214,7 +214,7 @@ goto LABEL_6; pRenderer->DrawTextureRGB(0, 0, &pLoadingBg); - pRenderer->Clip_v2(0, 0, 0x27Fu, 0x1DFu); + pRenderer->SetRasterClipRect(0, 0, 0x27Fu, 0x1DFu); pRenderer->Clip(0xACu, 0x1CBu, 15 * (signed int)(signed __int64)((double)(300 * uProgressCurrent) / (double)uProgressMax) / 15 + 172, 0x1D7u);