clearAttractor method

void clearAttractor()

Elimina el attractor

Implementation

void clearAttractor() {
  attractor = null;
}