objt-section #5

Merged
sashakoshka merged 14 commits from objt-section into main 2022-08-20 19:47:45 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 790e7e632e - Show all commits

View File

@ -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":