diff options
| author | Unknown | 2017-12-05 15:41:38 +0100 |
|---|---|---|
| committer | Unknown | 2017-12-05 15:41:38 +0100 |
| commit | fd1b94e307fadcb5a28d067e2bfac90fb8d55328 (patch) | |
| tree | 2f0c70cd36791203d8bb72e787f29efaa44567fc /modules/squish/image_compress_squish.cpp | |
| parent | 03c1b6be23009ca67eb585783ec0f76d9c535c88 (diff) | |
| download | godot-fd1b94e307fadcb5a28d067e2bfac90fb8d55328.tar.gz godot-fd1b94e307fadcb5a28d067e2bfac90fb8d55328.tar.zst godot-fd1b94e307fadcb5a28d067e2bfac90fb8d55328.zip | |
Diffstat (limited to 'modules/squish/image_compress_squish.cpp')
| -rw-r--r-- | modules/squish/image_compress_squish.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/squish/image_compress_squish.cpp b/modules/squish/image_compress_squish.cpp index 072f18b99..ac436c3c2 100644 --- a/modules/squish/image_compress_squish.cpp +++ b/modules/squish/image_compress_squish.cpp @@ -64,7 +64,7 @@ void image_decompress_squish(Image *p_image) { } else if (p_image->get_format() == Image::FORMAT_RGTC_RG) { squish_flags = squish::kBc5; } else { - print_line("wtf askd to decompress.. " + itos(p_image->get_format())); + print_line("Can't decompress unknown format: " + itos(p_image->get_format())); ERR_FAIL_COND(true); return; } |
