comment break

This commit is contained in:
Mike Morris 2014-05-08 17:23:04 -04:00
parent f159e89f88
commit b8ead85f63

View File

@ -260,8 +260,8 @@ void Tile::AsyncShape(uv_work_t* req) {
}
}
// Add a textual representation of the font so that we can figure out
// later what font we need to use.
// Add a textual representation of the font so that we can figure
// out later what font we need to use.
for (auto const& face : tile_faces) {
std::string name = face->family + " " + face->style;
mutable_layer->add_faces(name);