diff --git a/GameData/ConformalDecals/Assets/decal-blank.mu b/GameData/ConformalDecals/Assets/decal-blank.mu index eac3416..d06471c 100644 --- a/GameData/ConformalDecals/Assets/decal-blank.mu +++ b/GameData/ConformalDecals/Assets/decal-blank.mu @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:799a0bab2960d5275aa6fd93b7e686bf71ee9331b4a7f7a579de664ee84c1ea3 -size 4889 +oid sha256:4ec3546be98b11c336ddaffb9c4e68c5a27a364922b5fc1f7ac7d909d9272938 +size 4892 diff --git a/GameData/ConformalDecals/Plugins/ConformalDecals.dll b/GameData/ConformalDecals/Plugins/ConformalDecals.dll index bd8e9e8..1f5442e 100644 --- a/GameData/ConformalDecals/Plugins/ConformalDecals.dll +++ b/GameData/ConformalDecals/Plugins/ConformalDecals.dll @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:36ff907e17dc9cad28fbac47f60ddb2c175e1f94a5ce49014a937c162694ec05 +oid sha256:f667cfa986e09296c083693e3a95294b277abe19099a760881d2bd85fecc7c9c size 37888 diff --git a/Source/ConformalDecals/ConformalDecals.csproj b/Source/ConformalDecals/ConformalDecals.csproj index 912b4f8..19d5ed4 100644 --- a/Source/ConformalDecals/ConformalDecals.csproj +++ b/Source/ConformalDecals/ConformalDecals.csproj @@ -68,6 +68,6 @@ - sh -e -c "cp -v '$(TargetPath)' '$(SolutionDir)/../Distribution/GameData/ConformalDecals/Plugins'" + sh -e -c "cp -v '$(TargetPath)' '$(SolutionDir)/../GameData/ConformalDecals/Plugins'" diff --git a/Source/ConformalDecals/ModuleConformalFlag.cs b/Source/ConformalDecals/ModuleConformalFlag.cs index d82ea41..4ce228b 100644 --- a/Source/ConformalDecals/ModuleConformalFlag.cs +++ b/Source/ConformalDecals/ModuleConformalFlag.cs @@ -95,6 +95,7 @@ namespace ConformalDecals { materialProperties.AddOrGetTextureProperty("_Decal", true).TextureUrl = newFlagUrl; UpdateMaterials(); + UpdateScale(); } private void SetFlagSymmetryCounterparts(string newFlagUrl) {