mirror of
https://github.com/drewcassidy/KSP-Conformal-Decals.git
synced 2024-09-01 18:23:54 +00:00
Remove broken culling code and fix flag switching
This commit is contained in:
@ -58,8 +58,8 @@ namespace ConformalDecals.MaterialModifiers {
|
||||
TextureUrl = node.GetValue("textureUrl");
|
||||
}
|
||||
|
||||
if (node.HasValue("tileRect") && !autoTile) {
|
||||
SetTile(ParsePropertyRect(node, "tileRect", true, _tileRect));
|
||||
if (node.HasValue("tile") && !autoTile) {
|
||||
SetTile(ParsePropertyRect(node, "tile", true, _tileRect));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user