diff --git a/SolidPy.py b/SolidPy.py index ca95783..a05a7b1 100644 --- a/SolidPy.py +++ b/SolidPy.py @@ -209,9 +209,9 @@ def OSCString(self, protoStr): if self.debug: modStr += "#" if self.disable: - modStr += "!" - if self.root: modStr += "*" + if self.root: + modStr += "!" OSCstr = +self.tabLvl * Defaults.tab + modStr + OSCstr OSCstr += protoStr