From a569e1081b2430d7e5361237b07a85012a173850 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Wed, 30 Jun 2021 15:08:26 +0900 Subject: [PATCH] =?UTF-8?q?default=20=E5=BC=95=E3=81=8D=E6=95=B0=E6=AD=A2?= =?UTF-8?q?=E3=82=81(private=E3=81=A0=E3=81=97)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../UniGLTF/Runtime/UniGLTF/IO/MaterialIO/MaterialExporter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/UniGLTF/Runtime/UniGLTF/IO/MaterialIO/MaterialExporter.cs b/Assets/UniGLTF/Runtime/UniGLTF/IO/MaterialIO/MaterialExporter.cs index 5227bcd90..8711d43e4 100644 --- a/Assets/UniGLTF/Runtime/UniGLTF/IO/MaterialIO/MaterialExporter.cs +++ b/Assets/UniGLTF/Runtime/UniGLTF/IO/MaterialIO/MaterialExporter.cs @@ -148,7 +148,7 @@ namespace UniGLTF } } - static void Export_Emission(Material m, ITextureExporter textureExporter, glTFMaterial material, bool useEmissiveMultiplier = false) + static void Export_Emission(Material m, ITextureExporter textureExporter, glTFMaterial material, bool useEmissiveMultiplier) { if (m.IsKeywordEnabled("_EMISSION") == false) {