From fd98afe7642fa2d566375886298680f1f49e9bd1 Mon Sep 17 00:00:00 2001 From: Kentaro Wada Date: Mon, 25 Oct 2021 21:07:06 +0100 Subject: Add new members at the last of a struct --- examples/SharedMemory/SharedMemoryCommands.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/SharedMemory/SharedMemoryCommands.h b/examples/SharedMemory/SharedMemoryCommands.h index c2c5b720f..341c93123 100644 --- a/examples/SharedMemory/SharedMemoryCommands.h +++ b/examples/SharedMemory/SharedMemoryCommands.h @@ -857,9 +857,6 @@ struct UserDebugDrawArgs double m_debugLineColorRGB[3]; double m_lineWidth; - int m_debugPointNum; - double m_pointSize; - double m_lifeTime; int m_itemUniqueId; @@ -880,6 +877,9 @@ struct UserDebugDrawArgs double m_objectDebugColorRGB[3]; int m_objectUniqueId; int m_linkIndex; + + int m_debugPointNum; + double m_pointSize; }; struct UserDebugDrawResultArgs -- cgit v1.2.1