mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Fix crash when you pass invalid parameter to ImageTexture.set_data
This commit is contained in:
@@ -235,6 +235,8 @@ Error ImageTexture::load(const String &p_path) {
|
||||
|
||||
void ImageTexture::set_data(const Ref<Image> &p_image) {
|
||||
|
||||
ERR_FAIL_COND(p_image.is_null());
|
||||
|
||||
VisualServer::get_singleton()->texture_set_data(texture, p_image);
|
||||
|
||||
_change_notify();
|
||||
|
||||
Reference in New Issue
Block a user