Skip to content

Commit

Permalink
silliness?
Browse files Browse the repository at this point in the history
  • Loading branch information
RayDeeUx committed Apr 14, 2024
1 parent 1509bba commit 7f040e8
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(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 7f040e8

Please sign in to comment.