summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKentaro Wada <www.kentaro.wada@gmail.com>2021-10-25 21:07:06 +0100
committerKentaro Wada <www.kentaro.wada@gmail.com>2021-10-25 21:07:06 +0100
commitfd98afe7642fa2d566375886298680f1f49e9bd1 (patch)
tree5077b34e8705fe31682665fee12ba72eb610ac32
parentb22a2432b5b77c21c5f0fdfa3cc6e23368670f29 (diff)
downloadbullet3-fd98afe7642fa2d566375886298680f1f49e9bd1.tar.gz
Add new members at the last of a struct
-rw-r--r--examples/SharedMemory/SharedMemoryCommands.h6
1 files 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