This bug happened to me too. While testing my mining bot it was unable to mine a copper ore rock. According to some logic in my code, the bot thought that it couldn't see the rock (isVisible() on the rock), so it would attempt to turn the camera and not turn at all since it was already visible in the first place.