Mercurial > mm7
comparison Engine/MMT.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 |
---|---|
262 pTexture = MMT_Exit; | 262 pTexture = MMT_Exit; |
263 pX = window->GetWidth() - 130; | 263 pX = window->GetWidth() - 130; |
264 pY = window->GetHeight() - 35; | 264 pY = window->GetHeight() - 35; |
265 break; | 265 break; |
266 } | 266 } |
267 pRenderer->DrawTextureIndexed(pX, pY, pTexture); | 267 pRenderer->DrawTextureTransparentColorKey(pX, pY, pTexture); |
268 } | 268 } |
269 } | 269 } |
270 } | 270 } |
271 //} | 271 //} |
272 pRenderer->EndScene(); | 272 pRenderer->EndScene(); |