X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FTexture.h;h=283be3eebd03f9b26011615ac0291630553b67e2;hb=f6548c2aabfb371bd81382d7800e6e2cdb826e06;hp=0de987a3d6355ab9f46386183c7b4326db9705c9;hpb=a3ba4dc677ad7c92eeb78b20b642241563605c9d;p=l2e.git diff --git a/src/graphics/Texture.h b/src/graphics/Texture.h index 0de987a..283be3e 100644 --- a/src/graphics/Texture.h +++ b/src/graphics/Texture.h @@ -19,7 +19,7 @@ public: static const int TYPE_ID = 410; public: - void Render(SDL_Surface *dest, const math::Vector &from, const math::Vector &to) const; + void Draw(SDL_Surface *dest, const math::Vector &from, const math::Vector &to) const; public: void SetSurface(SDL_Surface *s) { surface = s; } @@ -38,4 +38,4 @@ private: } -#endif /* GRAPHICS_TEXTURE_H_ */ +#endif