mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
IDL: Updated codegen.
This commit is contained in:
@@ -336,6 +336,7 @@ function codegen.nameconversion(all_types, all_funcs)
|
||||
if substruct[v.name] then
|
||||
error ( "Duplicate sub struct " .. v.name .. " in " .. v.namespace)
|
||||
end
|
||||
v.parent_class = super
|
||||
substruct[#substruct+1] = v
|
||||
substruct[v.name] = v
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user