Clean up some bad words from code comments

This commit is contained in:
Artem Varaksa
2018-02-17 16:00:39 +03:00
parent 3d4bf5a90e
commit d35e486228
14 changed files with 13 additions and 23 deletions

View File

@@ -347,7 +347,7 @@ void LineBuilder::build() {
}
if (intersection_result != SEGMENT_INTERSECT)
// In this case the joint is too fucked up to be re-used,
// In this case the joint is too corrputed to be re-used,
// start again the strip with fallback points
strip_begin(pos_up0, pos_down0, color1, uvx1);
}