mirror of
https://github.com/godotengine/godot.git
synced 2025-02-17 22:43:01 +08:00
Fix equality when assignment intended
This commit is contained in:
parent
85088275c5
commit
c082f4134f
@ -236,7 +236,7 @@ void ResourceImporterTexture::_save_stex(const Ref<Image> &p_image, const String
|
||||
format |= StreamTexture::FORMAT_BIT_DETECT_NORMAL;
|
||||
|
||||
if ((p_compress_mode == COMPRESS_LOSSLESS || p_compress_mode == COMPRESS_LOSSY) && p_image->get_format() > Image::FORMAT_RGBA8) {
|
||||
p_compress_mode == COMPRESS_UNCOMPRESSED; //these can't go as lossy
|
||||
p_compress_mode = COMPRESS_UNCOMPRESSED; //these can't go as lossy
|
||||
}
|
||||
|
||||
switch (p_compress_mode) {
|
||||
|
Loading…
Reference in New Issue
Block a user