mirror of
https://github.com/drewcassidy/KSP-Conformal-Decals.git
synced 2024-09-01 18:23:54 +00:00
More tweaks
This commit is contained in:
@ -8,7 +8,7 @@ namespace ConformalDecals.MaterialProperties {
|
||||
public override void ParseNode(ConfigNode node) {
|
||||
base.ParseNode(node);
|
||||
|
||||
ParseUtil.ParseBoolIndirect(ref value, node, "value");
|
||||
value = ParseUtil.ParseBool(node, "value", true, true);
|
||||
}
|
||||
|
||||
public override void Modify(Material material) {
|
||||
|
Reference in New Issue
Block a user