mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-26 01:30:20 +01:00
show arg detection failure2
This commit is contained in:
@@ -500,9 +500,9 @@ local function func_parser()
|
|||||||
end
|
end
|
||||||
if not type or not name then
|
if not type or not name then
|
||||||
print("failure arg detection",funcname,type,name,argscsinpars,arg)
|
print("failure arg detection",funcname,type,name,argscsinpars,arg)
|
||||||
|
else
|
||||||
--float name[2] to float[2] name
|
--float name[2] to float[2] name
|
||||||
local siz = name:match("(%[%d*%])")
|
local siz = name:match("(%[%d*%])")
|
||||||
else
|
|
||||||
if siz then
|
if siz then
|
||||||
type = type..siz
|
type = type..siz
|
||||||
name = name:gsub("(%[%d*%])","")
|
name = name:gsub("(%[%d*%])","")
|
||||||
|
Reference in New Issue
Block a user