We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e31c7e7 commit 05286bdCopy full SHA for 05286bd
Components/Overlay/include/ImGui.i
@@ -49,7 +49,7 @@
49
#ifdef SWIGPYTHON
50
// match the signature of the by value variants
51
%typemap(argout) float[4], float[3], float[2] {
52
- $result = SWIG_Python_AppendOutput($result, SWIG_NewPointerObj($1, $descriptor(ImVec4*), 0));
+ $result = SWIG_AppendOutput($result, SWIG_NewPointerObj($1, $descriptor(ImVec4*), 0));
53
}
54
55
// for PlotHistogram, PlotLines
0 commit comments