Revision: 70270
          http://sourceforge.net/p/brlcad/code/70270
Author:   brlcad
Date:     2017-09-13 13:42:58 +0000 (Wed, 13 Sep 2017)
Log Message:
-----------
there are two definitions of this class, they need to match for lto to work

Modified Paths:
--------------
    
brlcad/trunk/src/libged/simulate/bullet/BulletCollision/Gimpact/btContactProcessing.h

Modified: 
brlcad/trunk/src/libged/simulate/bullet/BulletCollision/Gimpact/btContactProcessing.h
===================================================================
--- 
brlcad/trunk/src/libged/simulate/bullet/BulletCollision/Gimpact/btContactProcessing.h
       2017-09-13 12:34:54 UTC (rev 70269)
+++ 
brlcad/trunk/src/libged/simulate/bullet/BulletCollision/Gimpact/btContactProcessing.h
       2017-09-13 13:42:58 UTC (rev 70270)
@@ -46,8 +46,8 @@
     btVector3 m_normal;
     btScalar m_depth;//Positive value indicates interpenetration
     btScalar m_distance;//Padding not for use
-    int m_feature1;//Face number
-    int m_feature2;//Face number
+    unsigned int m_feature1;//Face number
+    unsigned int m_feature2;//Face number
 public:
     GIM_CONTACT()
     {

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to