summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChuyuan Kelly Fu <fuchuyuan@google.com>2022-03-09 10:00:19 -0800
committerChuyuan Kelly Fu <fuchuyuan@google.com>2022-03-09 10:00:19 -0800
commitd63a721eaaa18060a03fd780f496a8838df91904 (patch)
tree8b57880afd348511afd6bac879fd5344f5f3458e
parent158eb6d63b4fedcdd375958103fe23eabd55f976 (diff)
downloadbullet3-d63a721eaaa18060a03fd780f496a8838df91904.tar.gz
fix
-rw-r--r--examples/SharedMemory/RemoteGUIHelperTCP.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/SharedMemory/RemoteGUIHelperTCP.cpp b/examples/SharedMemory/RemoteGUIHelperTCP.cpp
index 8b10af908..5831f0c04 100644
--- a/examples/SharedMemory/RemoteGUIHelperTCP.cpp
+++ b/examples/SharedMemory/RemoteGUIHelperTCP.cpp
@@ -635,11 +635,11 @@ void RemoteGUIHelperTCP::drawText3D(const char* txt, float position[3], float or
{
}
-int RemoteGUIHelperTCP::addUserDebugLine(const double debugLineFromXYZ[3], const double debugLineToXYZ[3], const double debugLineColorRGB[3], double lineWidth, double lifeTime, int trackingVisualShapeIndex, int replaceItemUid,int debugPointNum)
+int RemoteGUIHelperTCP::addUserDebugLine(const double debugLineFromXYZ[3], const double debugLineToXYZ[3], const double debugLineColorRGB[3], double lineWidth, double lifeTime, int trackingVisualShapeIndex, int replaceItemUid)
{
return -1;
}
-int RemoteGUIHelperTCP::addUserDebugPoints(const double debugPointPositionXYZ[3], const double debugPointColorRGB[3], double pointSize, double lifeTime, int trackingVisualShapeIndex, int replaceItemUid)
+int RemoteGUIHelperTCP::addUserDebugPoints(const double debugPointPositionXYZ[3], const double debugPointColorRGB[3], double pointSize, double lifeTime, int trackingVisualShapeIndex, int replaceItemUid, int debugPointNum)
{
return -1;
}