mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-11 12:18:30 +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 function get_parents_name(it)
|
||||||
local parnam = ""
|
local parnam = ""
|
||||||
while it.parent do
|
while it.parent do
|
||||||
print("get_parents_name", it.parent.name)
|
|
||||||
parnam = it.parent.name.."::"..parnam
|
parnam = it.parent.name.."::"..parnam
|
||||||
it = it.parent
|
it = it.parent
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user