mirror of
https://github.com/cimgui/cimgui.git
synced 2025-10-09 19:21:39 +01:00
cpp2ffi: dont error on not loca
This commit is contained in:
@@ -436,10 +436,11 @@ local function parseItems(txt,linenumdict, itparent, dumpit)
|
|||||||
-- end
|
-- end
|
||||||
--error"no entry in linenumdict"
|
--error"no entry in linenumdict"
|
||||||
--take locat from parent
|
--take locat from parent
|
||||||
if itparent.locat then
|
if itparent and itparent.locat then
|
||||||
loca = itparent.locat
|
loca = itparent.locat
|
||||||
else
|
else
|
||||||
error"no entry in linenumdict"
|
loca = 0
|
||||||
|
--error"no entry in linenumdict"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user