mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-10 20:08:31 +01:00
clean get_parents_name
This commit is contained in:
@@ -1052,7 +1052,6 @@ function M.Parser()
|
||||
local function get_parents_name(it)
|
||||
local parnam = ""
|
||||
while it.parent do
|
||||
print("get_parents_name", it.parent.name)
|
||||
parnam = it.parent.name.."::"..parnam
|
||||
it = it.parent
|
||||
end
|
||||
|
Reference in New Issue
Block a user