Skip to content

Commit

Permalink
android legs
Browse files Browse the repository at this point in the history
  • Loading branch information
RayDeeUx committed Apr 14, 2024
1 parent c3055bd commit bd1ed6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ float compactEndscreenFallbackPosition = CCDirector::get()->getWinSize().width *
std::ifstream file(pathRogers);
std::string technoblade;
while (std::getline(file, technoblade)) {
quotes.push_back(fmt::format("''{}''", technoblade));
quotes.push_back(fmt::format("''{}\"", technoblade));
} // technically i can write two one-time use boolean variables to allow people to toggle these things on and off as they please without the quotes adding themselves multiple times into the vector, but i'd rather add the "restart required" barrier just to be extra safe
}

Expand Down

0 comments on commit bd1ed6b

Please sign in to comment.