summaryrefslogtreecommitdiff
path: root/core/image.h
diff options
context:
space:
mode:
authorducdetronquito <guillaume.paulet@giome.fr>2017-07-07 19:05:45 +0200
committerducdetronquito <guillaume.paulet@giome.fr>2017-07-07 19:05:45 +0200
commit566655adc1c1b25cb2cc7c905c899f78170264d8 (patch)
tree12e9827b69516db38c045071debca40861ecf7d0 /core/image.h
parent8b362b50094ccd332c6ee3d0853a6b9b49f70253 (diff)
[#9292] Renamed Image.put_pixel() to set_pixel().
Diffstat (limited to 'core/image.h')
-rw-r--r--core/image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/image.h b/core/image.h
index e523f703fa..7acc4744e9 100644
--- a/core/image.h
+++ b/core/image.h
@@ -315,7 +315,7 @@ public:
DetectChannels get_detected_channels();
Color get_pixel(int p_x, int p_y) const;
- void put_pixel(int p_x, int p_y, const Color &p_color);
+ void set_pixel(int p_x, int p_y, const Color &p_color);
void copy_internals_from(const Ref<Image> &p_image) {
ERR_FAIL_COND(p_image.is_null());