diff options
Diffstat (limited to '')
| -rw-r--r-- | scene/resources/texture.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/resources/texture.h b/scene/resources/texture.h index 625936288..b780d70e1 100644 --- a/scene/resources/texture.h +++ b/scene/resources/texture.h @@ -143,6 +143,7 @@ public: float get_lossy_storage_quality() const; void fix_alpha_edges(); + void premultiply_alpha(); void set_size_override(const Size2& p_size); |
