X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FTexture.h;h=283be3eebd03f9b26011615ac0291630553b67e2;hb=f6548c2aabfb371bd81382d7800e6e2cdb826e06;hp=b3b920882d152cc5eafde87ddc2dcbef3b723a14;hpb=85aa2343f438894dd19e6ad1228eaca47bfb83a9;p=l2e.git diff --git a/src/graphics/Texture.h b/src/graphics/Texture.h index b3b9208..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; }