mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Style: Fix whole-line commented code
They do not play well with clang-format which aligns the `//` part with the rest of the code block, thus producing badly indented commented code.
This commit is contained in:
@@ -221,7 +221,7 @@ RES ResourceFormatDDS::load(const String &p_path, const String& p_original_path,
|
||||
if (!(flags&DDSD_MIPMAPCOUNT))
|
||||
mipmaps=1;
|
||||
|
||||
// print_line("found format: "+String(dds_format_info[dds_format].name));
|
||||
//print_line("found format: "+String(dds_format_info[dds_format].name));
|
||||
|
||||
PoolVector<uint8_t> src_data;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user