comparison GUI/UI/UIMainMenu.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 dd36326a9994
comparison
equal deleted inserted replaced
2572:d87bfbd3bb3b 2573:0c67be4ec900
92 case 3: 92 case 3:
93 pTexture = pIcons_LOD->LoadTexturePtr("title_exit", TEXTURE_16BIT_PALETTE); 93 pTexture = pIcons_LOD->LoadTexturePtr("title_exit", TEXTURE_16BIT_PALETTE);
94 pY = 337; 94 pY = 337;
95 break; 95 break;
96 } 96 }
97 pRenderer->DrawTextureIndexed(495, pY, pTexture); 97 pRenderer->DrawTextureTransparentColorKey(495, pY, pTexture);
98 } 98 }
99 } 99 }
100 } 100 }
101 } 101 }
102 } 102 }