Authored by Thomas Rasch

o RMCircle: Update the circle CGPath after every position update

... ... @@ -150,4 +150,11 @@
[self updateCirclePath];
}
- (void)setPosition:(CGPoint)position
{
[super setPosition:position];
[self updateCirclePath];
}
@end
... ...