Fix Image::bump_map_to_normal_map incorrectly keeping mipmap flag
This commit is contained in:
parent
e6751549cf
commit
1fa8b3dd42
@ -3524,6 +3524,7 @@ Ref<Image> Image::get_image_from_mipmap(int p_mipamp) const {
|
|||||||
|
|
||||||
void Image::bump_map_to_normal_map(float bump_scale) {
|
void Image::bump_map_to_normal_map(float bump_scale) {
|
||||||
ERR_FAIL_COND(!_can_modify(format));
|
ERR_FAIL_COND(!_can_modify(format));
|
||||||
|
clear_mipmaps();
|
||||||
convert(Image::FORMAT_RF);
|
convert(Image::FORMAT_RF);
|
||||||
|
|
||||||
Vector<uint8_t> result_image; //rgba output
|
Vector<uint8_t> result_image; //rgba output
|
||||||
|
Loading…
Reference in New Issue
Block a user