LFE: Properly print out intro

This commit is contained in:
ave 2020-12-05 00:20:15 +03:00
parent cca9d03c13
commit 7f4b114fee
1 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,8 @@ void renderFrame(size_t i, rlottie::Surface &s)
}
void intro() {
std::cout<<"Welcome to LFE.";
std::cout<<"https://gitdab.com/distok/lfe | Licensed MIT";
std::cout<<"Welcome to LFE.\n";
std::cout<<"https://gitdab.com/distok/lfe | Licensed MIT\n\n";
}
int help() {