This commit is contained in:
Irlan 2018-07-17 21:54:07 -03:00
parent c3a69b6026
commit de56fbfe39

View File

@ -21,7 +21,7 @@
b3Force* b3Force::Create(const b3ForceDef* def)
{
b3SpringForce* force = NULL;
b3Force* force = NULL;
switch (def->type)
{
case e_springForce: