yun200895 4 veckor sedan
förälder
incheckning
0c310be033
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      GameClient/Assets/Editor/WebGLTextureMaxSizeTool.cs

+ 1 - 0
GameClient/Assets/Editor/WebGLTextureMaxSizeTool.cs

@@ -51,6 +51,7 @@ public class WebGLTextureMaxSizeTool
                 if (needReimport)
                 {
                     importer.SetPlatformTextureSettings(webglSettings);
+                    importer.SaveAndReimport();
                     changedCount++;
                 }
             }