mirror of
https://github.com/drewcassidy/KSP-Conformal-Decals.git
synced 2024-09-01 18:23:54 +00:00
thing
This commit is contained in:
parent
3637f84f5c
commit
d04d5120f4
@ -43,7 +43,7 @@ namespace ConformalDecals.MaterialModifiers {
|
|||||||
public override void ParseNode(ConfigNode node) {
|
public override void ParseNode(ConfigNode node) {
|
||||||
base.ParseNode(node);
|
base.ParseNode(node);
|
||||||
|
|
||||||
isNormal = ParsePropertyBool(node, "isNormalMap", true, (PropertyName == "_BumpMap") || isNormal);
|
isNormal = ParsePropertyBool(node, "isNormalMap", true, (PropertyName == "_BumpMap") || (PropertyName == "_DecalBumpMap") || isNormal);
|
||||||
isMain = ParsePropertyBool(node, "isMain", true, isMain);
|
isMain = ParsePropertyBool(node, "isMain", true, isMain);
|
||||||
autoScale = ParsePropertyBool(node, "autoScale", true, autoScale);
|
autoScale = ParsePropertyBool(node, "autoScale", true, autoScale);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user