mark identity parameter in log_ functions optional
This commit is contained in:
parent
a231d650f2
commit
6eb0730c52
@ -308,7 +308,7 @@
|
||||
"header": "twn_util.h",
|
||||
"params": [
|
||||
{ "name": "value", "type": "Vec2" },
|
||||
{ "name": "identity", "type": "char *" }
|
||||
{ "name": "identity", "type": "char *", "default": {} }
|
||||
]
|
||||
},
|
||||
|
||||
@ -318,7 +318,7 @@
|
||||
"header": "twn_util.h",
|
||||
"params": [
|
||||
{ "name": "value", "type": "Vec3" },
|
||||
{ "name": "identity", "type": "char *" }
|
||||
{ "name": "identity", "type": "char *", "default": {} }
|
||||
]
|
||||
},
|
||||
|
||||
@ -328,7 +328,7 @@
|
||||
"header": "twn_util.h",
|
||||
"params": [
|
||||
{ "name": "value", "type": "Rect" },
|
||||
{ "name": "identity", "type": "char *" }
|
||||
{ "name": "identity", "type": "char *", "default": {} }
|
||||
]
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user