diff options
| author | Juan Linietsky | 2016-06-20 21:19:12 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2016-06-20 21:19:12 -0300 |
| commit | fa0d1cd27cac45534097219b52a5b7ab08e1b917 (patch) | |
| tree | 1a7e1cdf6eb3a4b44793e23b8110f0649593da54 /core/image.cpp | |
| parent | 9d4cdc6d8a04cfbd543b5385f68e61dd1b33bd94 (diff) | |
| download | godot-fa0d1cd27cac45534097219b52a5b7ab08e1b917.tar.gz godot-fa0d1cd27cac45534097219b52a5b7ab08e1b917.tar.zst godot-fa0d1cd27cac45534097219b52a5b7ab08e1b917.zip | |
Diffstat (limited to 'core/image.cpp')
| -rw-r--r-- | core/image.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/image.cpp b/core/image.cpp index e7f2694d3..d6ac3f28e 100644 --- a/core/image.cpp +++ b/core/image.cpp @@ -1756,7 +1756,7 @@ Error Image::_decompress_bc() { int rofs=0; int wofs=0; - print_line("width: "+itos(wd)+" height: "+itos(ht)); + //print_line("width: "+itos(wd)+" height: "+itos(ht)); for(int i=0;i<=mm;i++) { |
