Mercurial > mm7
diff Engine/Graphics/Render.h @ 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 |
line wrap: on
line diff
--- a/Engine/Graphics/Render.h Sat Mar 05 01:51:54 2016 +0200 +++ b/Engine/Graphics/Render.h Sat Mar 05 16:25:53 2016 +0200 @@ -254,7 +254,7 @@ virtual void DrawTextureNew(float u, float v, struct Texture *); virtual void DrawTextureNew(float u, float v, struct Image *); virtual void DrawTextureAlphaNew(float u, float v, struct Image *); - virtual void DrawTextureIndexed(signed int x, signed int y, struct Texture *tex); + virtual void DrawTextureTransparentColorKey(signed int x, signed int y, struct Texture *tex); virtual void ZBuffer_Fill_2(signed int a2, signed int a3, struct Texture *pTexture, int a5); virtual void DrawMaskToZBuffer(signed int uOutX, unsigned int uOutY, struct Texture *pTexture, int zVal);