Renamed Canvas:getImageData to Canvas:newImageData (see issue #1001.)

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2015-02-26 00:13:46 -04:00
parent 8239d472d4
commit e8ce59038f
4 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ public:
**/
bool checkCreateStencil();
love::image::ImageData *getImageData(love::image::Image *image, int x, int y, int w, int h);
love::image::ImageData *newImageData(love::image::Image *image, int x, int y, int w, int h);
inline const std::vector<Canvas *> &getAttachedCanvases() const
{