<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -59,29 +59,14 @@
 
 - (void)touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event {
 	
-	UITouch *touch = [touches anyObject];
-	
-	// If the touch was in the placardView, move the placardView to its location
-	if ([[touch view] isKindOfClass:[BDPointView self]]) {
-		CGPoint location = [touch locationInView:self];
-		[touch view].center = location;	
-		[self setNeedsDisplay];
-		return;
+	for (UITouch * touch in touches)
+	{
+		if ([[touch view] isKindOfClass:[BDPointView self]]) {
+			CGPoint location = [touch locationInView:self];
+			[touch view].center = location;	
+			[self setNeedsDisplay];
+			return;
+		}
 	}
 }
-
-
-- (void)touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event {
-	
-	UITouch *touch = [touches anyObject];
-	
-	// If the touch was in the placardView, bounce it back to the center
-	if ([[touch view] isKindOfClass:[BDPointView self]]) {
-		// Disable user interaction so subsequent touches don't interfere with animation
-		//		self.userInteractionEnabled = NO;
-		//		[self animatePlacardViewToCenter];
-		return;
-	}		
-}
-
 @end</diff>
      <filename>Classes/BDBezierView.m</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7750f30733308288a49ef6e7f338c3260f6b1997</id>
    </parent>
  </parents>
  <author>
    <name>Alexander v. Below</name>
    <email>Alex@vonBelow.Com</email>
  </author>
  <url>http://github.com/below/iphone-bezierdemo/commit/7c45ebb91b5646ffe97ee3b2a44ec1113449b7c5</url>
  <id>7c45ebb91b5646ffe97ee3b2a44ec1113449b7c5</id>
  <committed-date>2008-11-08T03:16:34-08:00</committed-date>
  <authored-date>2008-11-08T03:16:34-08:00</authored-date>
  <message>Added Multitouch</message>
  <tree>233664380d2b552cf3bd97195663cc108999e902</tree>
  <committer>
    <name>Alexander v. Below</name>
    <email>Alex@vonBelow.Com</email>
  </committer>
</commit>
