Skip to content

Commit

Permalink
Update PhysicsServerExample.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
erwincoumans committed Jan 18, 2017
1 parent 52761f5 commit 394196e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/SharedMemory/PhysicsServerExample.cpp
Expand Up @@ -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;
};

Expand Down

0 comments on commit 394196e

Please sign in to comment.