From 3b6a65b1e488909058da0e8049b799c68b57047d Mon Sep 17 00:00:00 2001 From: toger5 Date: Thu, 31 Aug 2017 18:52:07 +0200 Subject: [PATCH] updated import settings loader to 'svg/scale' fixes: #10815 --- editor/import/resource_importer_texture.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/import/resource_importer_texture.cpp b/editor/import/resource_importer_texture.cpp index b0b8faf2db9..ade3550daa0 100644 --- a/editor/import/resource_importer_texture.cpp +++ b/editor/import/resource_importer_texture.cpp @@ -357,7 +357,7 @@ Error ResourceImporterTexture::import(const String &p_source_file, const String bool force_rgbe = int(p_options["compress/hdr_mode"]) == 1; bool hdr_as_srgb = p_options["process/HDR_as_SRGB"]; int normal = p_options["compress/normal_map"]; - float scale = p_options["scale"]; + float scale = p_options["svg/scale"]; Ref image; image.instance();