Commit 17bc8ff0 authored by simon's avatar simon
Browse files

pos

parent 0155bb8e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -306,7 +306,6 @@ func PositionFromVelocity(c chan Event) chan Event{
				nx,ny=x,y
				dt:=float32(t.Sub(lt).Seconds())
				extra <-CoordsEvent{when{startMoment+t.Sub(startTime)},nx+dt*vx,ny+dt*vy}	
				lt=t		
			}
		}
	}()