]> git.localhorst.tv Git - l2e.git/blobdiff - src/graphics/Texture.h
consistent naming of graphics drawing functions
[l2e.git] / src / graphics / Texture.h
index b3b920882d152cc5eafde87ddc2dcbef3b723a14..283be3eebd03f9b26011615ac0291630553b67e2 100644 (file)
@@ -19,7 +19,7 @@ public:
        static const int TYPE_ID = 410;
 
 public:
-       void Render(SDL_Surface *dest, const math::Vector<int> &from, const math::Vector<int> &to) const;
+       void Draw(SDL_Surface *dest, const math::Vector<int> &from, const math::Vector<int> &to) const;
 
 public:
        void SetSurface(SDL_Surface *s) { surface = s; }