From fa0d1cd27cac45534097219b52a5b7ab08e1b917 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Mon, 20 Jun 2016 21:19:12 -0300 Subject: fix CanvasItem.get_global_transform() and CanvasItem.get_local_transform(), closes #4075 --- core/image.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/image.cpp') 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++) { -- cgit v1.2.3-70-g09d2