Mercurial > mm7
comparison GUI/UI/UIArena.cpp @ 2575:a76d408c5132 tip
DrawTranslucent -> DrawTextureGrayShade
Removed old texture drawing stuff
author | a.parshin |
---|---|
date | Wed, 09 Mar 2016 01:39:52 +0200 |
parents | dd36326a9994 |
children |
comparison
equal
deleted
inserted
replaced
2574:dd36326a9994 | 2575:a76d408c5132 |
---|---|
163 pRenderer->FillRectFast(pViewport->uViewportTL_X, pViewport->uViewportTL_Y, | 163 pRenderer->FillRectFast(pViewport->uViewportTL_X, pViewport->uViewportTL_Y, |
164 pViewport->uViewportBR_X - pViewport->uViewportTL_X, | 164 pViewport->uViewportBR_X - pViewport->uViewportTL_X, |
165 pViewport->uViewportBR_Y - pViewport->uViewportTL_Y + 1, | 165 pViewport->uViewportBR_Y - pViewport->uViewportTL_Y + 1, |
166 0x7FF); | 166 0x7FF); |
167 | 167 |
168 //Texture_MM7* pTex = pIcons_LOD->GetTexture(ui_leather_mm7); | |
169 pRenderer->DrawTextureCustomHeight( | 168 pRenderer->DrawTextureCustomHeight( |
170 8/640.0f, | 169 8/640.0f, |
171 (352 - v0)/480.0f, | 170 (352 - v0)/480.0f, |
172 ui_leather_mm7, | 171 ui_leather_mm7, |
173 v0); | 172 v0); |