Logging refactor

dll update
This commit is contained in:
2020-09-28 01:02:17 -07:00
parent 1859e51a2e
commit 885dfb3397
11 changed files with 34 additions and 38 deletions

View File

@ -44,7 +44,6 @@ namespace ConformalDecals.UI {
var tags = window.GetComponentsInChildren<UITag>(true);
foreach (var tag in tags) {
Debug.Log($"Handling object {tag.gameObject.name}");
switch (tag.type) {
case UITag.UIType.Window:
ProcessImage(tag.gameObject, skin.window);