Align print() semantics with previous versions

- fix regression in semantics
  - all print() operation of unit length now leave the screen uncleared, even
    when a duration is provided.
This commit is contained in:
Joe Finney 2020-04-24 21:33:17 +01:00
parent 3bccdd6c8e
commit 673228f89a
1 changed files with 0 additions and 1 deletions

View File

@ -303,7 +303,6 @@ MicroBitDisplay::animationUpdate()
if(animationMode == ANIMATION_MODE_PRINT_CHARACTER)
{
image.print(' ');
animationMode = ANIMATION_MODE_NONE;
this->sendAnimationCompleteEvent();
}