mirror of
https://github.com/love2d/love.git
synced 2026-08-19 20:19:42 +02:00
Renamed Canvas:getImageData to Canvas:newImageData (see issue #1001.)
--HG-- branch : minor
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user