X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FTexture.h;h=283be3eebd03f9b26011615ac0291630553b67e2;hb=HEAD;hp=b3b920882d152cc5eafde87ddc2dcbef3b723a14;hpb=4309d259becd96ead792678257e910c03a6b4a3d;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; }