diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2018-08-24 09:35:07 +0200 |
|---|---|---|
| committer | Rémi Verschelde <rverschelde@gmail.com> | 2018-08-24 14:59:01 +0200 |
| commit | 52466d57e9c2897c40698a09482e5e7de230368f (patch) | |
| tree | 54ff3bb78961ca5d8120cc7e6abe91f5c99d92b7 /scene/resources/texture.cpp | |
| parent | d442f3d0aa4185f154bee396efaf24ceb73c9d84 (diff) | |
| download | redot-engine-52466d57e9c2897c40698a09482e5e7de230368f.tar.gz | |
Make some debug prints verbose-only, remove others
Diffstat (limited to 'scene/resources/texture.cpp')
| -rw-r--r-- | scene/resources/texture.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/texture.cpp b/scene/resources/texture.cpp index c763c9bc79..ea3273713e 100644 --- a/scene/resources/texture.cpp +++ b/scene/resources/texture.cpp @@ -480,7 +480,7 @@ Error StreamTexture::_load_data(const String &p_path, int &tw, int &th, int &fla flags = f->get_32(); //texture flags! uint32_t df = f->get_32(); //data format -/* + /* print_line("width: " + itos(tw)); print_line("height: " + itos(th)); print_line("flags: " + itos(flags)); |
