diff options
Diffstat (limited to 'editor/themes/editor_icons.cpp')
-rw-r--r-- | editor/themes/editor_icons.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/themes/editor_icons.cpp b/editor/themes/editor_icons.cpp index f318b640d0..9d8c708e33 100644 --- a/editor/themes/editor_icons.cpp +++ b/editor/themes/editor_icons.cpp @@ -71,7 +71,7 @@ Ref<ImageTexture> editor_generate_icon(int p_index, float p_scale, float p_satur } #else // If the SVG module is disabled, we can't really display the UI well, but at least we won't crash. - // 16 pixels is used as it's the most common base size for Godot icons. + // 16 pixels is used as it's the most common base size for Redot icons. img = Image::create_empty(16 * p_scale, 16 * p_scale, false, Image::FORMAT_RGBA8); #endif |