disallowGlow method

void disallowGlow ()

Call this method if the glow should be prevented.

Implementation

void disallowGlow() {
  _accepted = false;
}