Multiple fixes

pull/16/head
Andrew Cassidy 4 years ago
parent 0560adf5fe
commit 3311e9ff41
No known key found for this signature in database
GPG Key ID: 963017B38FD477A1

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:799a0bab2960d5275aa6fd93b7e686bf71ee9331b4a7f7a579de664ee84c1ea3
size 4889
oid sha256:4ec3546be98b11c336ddaffb9c4e68c5a27a364922b5fc1f7ac7d909d9272938
size 4892

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:36ff907e17dc9cad28fbac47f60ddb2c175e1f94a5ce49014a937c162694ec05
oid sha256:f667cfa986e09296c083693e3a95294b277abe19099a760881d2bd85fecc7c9c
size 37888

@ -68,6 +68,6 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>sh -e -c "cp -v '$(TargetPath)' '$(SolutionDir)/../Distribution/GameData/ConformalDecals/Plugins'"</PostBuildEvent>
<PostBuildEvent>sh -e -c "cp -v '$(TargetPath)' '$(SolutionDir)/../GameData/ConformalDecals/Plugins'"</PostBuildEvent>
</PropertyGroup>
</Project>

@ -95,6 +95,7 @@ namespace ConformalDecals {
materialProperties.AddOrGetTextureProperty("_Decal", true).TextureUrl = newFlagUrl;
UpdateMaterials();
UpdateScale();
}
private void SetFlagSymmetryCounterparts(string newFlagUrl) {

Loading…
Cancel
Save