corrected comment, tough to smart
This commit is contained in:
parent
054d0f9852
commit
0e84c7deb3
1 changed files with 1 additions and 1 deletions
|
@ -587,7 +587,7 @@ static void ConditionGraph_CalcRightHalf(struct ConditionGraph *graph)
|
|||
// No need for conditional, positions on the Beauty line are always above the Cute line
|
||||
ConditionGraph_CalcLine(graph, graph->scanlineRight[0], &graph->curPositions[GRAPH_BEAUTY], &graph->curPositions[GRAPH_CUTE], TRUE, NULL);
|
||||
|
||||
// Calculate Cute -> Tough line (includes left scanline because this crosses the halfway point)
|
||||
// Calculate Cute -> Smart line (includes left scanline because this crosses the halfway point)
|
||||
i = (graph->curPositions[GRAPH_CUTE].y <= graph->curPositions[GRAPH_SMART].y);
|
||||
ConditionGraph_CalcLine(graph, graph->scanlineRight[0], &graph->curPositions[GRAPH_CUTE], &graph->curPositions[GRAPH_SMART], i, graph->scanlineLeft[0]);
|
||||
|
||||
|
|
Loading…
Reference in a new issue