Update PhysicsServerExample.cpp

This commit is contained in:
erwincoumans 2017-01-17 17:38:30 -08:00 committed by GitHub
parent 52761f5578
commit 394196e5a2

View File

@ -487,7 +487,7 @@ struct UserDebugParameter
char m_text[1024];
double m_rangeMin;
double m_rangeMax;
double m_value;
btScalar m_value;
int m_itemUniqueId;
};