examples/sphere_hunter: use coorect logic for if condition.
authorStefan Schmidt <stefan@osg.samsung.com>
Tue, 20 Oct 2015 14:27:10 +0000 (16:27 +0200)
committerStefan Schmidt <stefan@osg.samsung.com>
Tue, 20 Oct 2015 14:27:10 +0000 (16:27 +0200)
commit1d380a6d81081557ffbb1621751578042752a619
tree2be5f9ad2f29b00d93e0cda3705959d0f10ff0ad
parent397d94c65c6ae3b0f99066b68e9f96e14e5e343f
examples/sphere_hunter: use coorect logic for if condition.

We want a value here which is between 0 and 10. We need a logical AND here. If
we use OR this condition could never be false.

CID: 1327357
src/examples/sphere_hunter/evas_3d_sphere_hunter.c