diff options
author | Wilson E. Alvarez <wilson.e.alvarez1@gmail.com> | 2017-09-14 13:49:11 -0400 |
---|---|---|
committer | Wilson E. Alvarez <wilson.e.alvarez1@gmail.com> | 2017-09-14 13:49:15 -0400 |
commit | 072e379ffe7f0d8adc2ac0eb700abfd7c27d8278 (patch) | |
tree | 0271453fd6ff530f8222ca53e8a7e693a6366dbb /modules/svg/image_loader_svg.h | |
parent | 8c08f2380d30e300f4f80dd292e9ff83f7bb84fd (diff) | |
download | redot-engine-072e379ffe7f0d8adc2ac0eb700abfd7c27d8278.tar.gz |
Renamed function arguments to keep them consistent between declaration and implementation
Diffstat (limited to 'modules/svg/image_loader_svg.h')
-rw-r--r-- | modules/svg/image_loader_svg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/svg/image_loader_svg.h b/modules/svg/image_loader_svg.h index 332ac214a5..cf44cd8c50 100644 --- a/modules/svg/image_loader_svg.h +++ b/modules/svg/image_loader_svg.h @@ -57,7 +57,7 @@ class ImageLoaderSVG : public ImageFormatLoader { List<uint32_t> new_colors; } replace_colors; static SVGRasterizer rasterizer; - static void _convert_colors(NSVGimage *p_svg_imge); + static void _convert_colors(NSVGimage *p_svg_image); static Error _create_image(Ref<Image> p_image, const PoolVector<uint8_t> *p_data, float p_scale, bool upsample, bool convert_colors = false); public: |