Removed recursive member parsing nonsense from type section
This commit is contained in:
parent
fc1568aece
commit
790e7e632e
@ -27,7 +27,7 @@ func (parser *ParsingOperation) parseBody () (err error) {
|
||||
parser.tree.typeSections =
|
||||
make(map[string] *TypeSection)
|
||||
}
|
||||
parser.tree.typeSections[section.root.name] = section
|
||||
parser.tree.typeSections[section.name] = section
|
||||
if err != nil { return }
|
||||
case "face":
|
||||
case "enum":
|
||||
|
Reference in New Issue
Block a user