diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/sign.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sign.cpp b/src/sign.cpp index 992ac3d..7c4f43f 100644 --- a/src/sign.cpp +++ b/src/sign.cpp | |||
@@ -6,6 +6,7 @@ | |||
6 | 6 | ||
7 | void Sign::displayMessage(std::string text) { | 7 | void Sign::displayMessage(std::string text) { |
8 | signDisplayState = SignInstructionState::FadingIn; | 8 | signDisplayState = SignInstructionState::FadingIn; |
9 | signDisplayFade.start(1000); | ||
9 | lines.clear(); | 10 | lines.clear(); |
10 | 11 | ||
11 | auto lineChunks = splitStr<std::list<std::string>>(text, "\\n"); | 12 | auto lineChunks = splitStr<std::list<std::string>>(text, "\\n"); |