Mercurial > mm7
comparison stru6.cpp @ 2524:c7264ab7132f
Main menu rendered using d3d11
author | a.parshin |
---|---|
date | Fri, 10 Oct 2014 17:42:05 +0300 |
parents | 68cdef6879a0 |
children | a902abdfc7f2 |
comparison
equal
deleted
inserted
replaced
2523:c532d5242055 | 2524:c7264ab7132f |
---|---|
1531 buff->bRender = false; | 1531 buff->bRender = false; |
1532 continue; | 1532 continue; |
1533 } | 1533 } |
1534 | 1534 |
1535 IconFrame* icon = pIconsFrameTable->GetFrame(buff->uSpellIconID, buff->uSpellAnimTimeElapsed); | 1535 IconFrame* icon = pIconsFrameTable->GetFrame(buff->uSpellIconID, buff->uSpellAnimTimeElapsed); |
1536 pRenderer->DrawTextureTransparent(pPlayerPortraitsXCoords_For_PlayerBuffAnimsDrawing[i], 385, pIcons_LOD->GetTexture(icon->uTextureID)); | 1536 pRenderer->DrawTextureIndexedAlpha(pPlayerPortraitsXCoords_For_PlayerBuffAnimsDrawing[i], 385, pIcons_LOD->GetTexture(icon->uTextureID)); |
1537 | 1537 |
1538 pOtherOverlayList->bRedraw = true; | 1538 pOtherOverlayList->bRedraw = true; |
1539 } | 1539 } |
1540 } | 1540 } |
1541 | 1541 |