Skip to content

Commit bd1ed6b

Browse files
committed
android legs
1 parent c3055bd commit bd1ed6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ float compactEndscreenFallbackPosition = CCDirector::get()->getWinSize().width *
3434
std::ifstream file(pathRogers);
3535
std::string technoblade;
3636
while (std::getline(file, technoblade)) {
37-
quotes.push_back(fmt::format("''{}''", technoblade));
37+
quotes.push_back(fmt::format("''{}\"", technoblade));
3838
} // 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
3939
}
4040

0 commit comments

Comments
 (0)