Replaced é with e since the fadda wouldn't render :(

This commit is contained in:
connellpaxton 2024-02-20 11:51:46 -05:00
parent 7f189b2ed6
commit b2de337c43

View File

@ -111,7 +111,7 @@ UI::UI(Renderer* ren) :
console->System().Log(csys::ItemType::INFO) << "Paused: " << (this->info.paused? "True" : "False") << csys::endl;
});
console->System().Log(csys::ItemType::INFO) << "Welcome to Ple'ascach!" << csys::endl;
console->System().Log(csys::ItemType::INFO) << "Welcome to Pleascach!" << csys::endl;
}
void UI::newFrame() {