ephysics: add missing break in switch to avoid override variable with other cases
authorStefan Schmidt <stefan@osg.samsung.com>
Wed, 21 Oct 2015 12:32:44 +0000 (14:32 +0200)
committerStefan Schmidt <stefan@osg.samsung.com>
Wed, 21 Oct 2015 12:37:18 +0000 (14:37 +0200)
commitec4dbd88a6317a52f10a418fa4991994987bbc44
treeb420b148aa784b38eea0042e1b0585454344f511
parent10c8650b1e6105dc415f7121d4fc6a88e7015842
ephysics: add missing break in switch to avoid override variable with other cases

Due to the missing break we would fall into the next case here which might lead
to variables overridden with wrong values.

CID: 1261441, 1261440, 1261438
src/lib/ephysics/ephysics_body.cpp