aboutsummaryrefslogtreecommitdiff
path: root/core/image.cpp
diff options
context:
space:
mode:
authorJohan Manuel2016-07-26 15:02:55 +0200
committerJohan Manuel2016-08-13 13:21:35 +0200
commit8c0a050d49fdc7d922f6b854f0a11ae4bdf1462e (patch)
treed7eabd8589c53b6710ca7f0a70b120d3db21388c /core/image.cpp
parentcec1c48a7e7bb9bdc2c6829fba9e269a97d1c8bc (diff)
downloadgodot-8c0a050d49fdc7d922f6b854f0a11ae4bdf1462e.tar.gz
godot-8c0a050d49fdc7d922f6b854f0a11ae4bdf1462e.tar.zst
godot-8c0a050d49fdc7d922f6b854f0a11ae4bdf1462e.zip
Diffstat (limited to 'core/image.cpp')
-rw-r--r--core/image.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/image.cpp b/core/image.cpp
index d6ac3f28e..90051d7d0 100644
--- a/core/image.cpp
+++ b/core/image.cpp
@@ -2052,6 +2052,7 @@ Error Image::_decompress_bc() {
ht/=2;
} break;
+ default: {}
}
}