Skip to content

Commit

Permalink
fixed merge
Browse files Browse the repository at this point in the history
  • Loading branch information
bourgesl committed May 11, 2014
1 parent db9ff0e commit 492f6da
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/org/marlin/pisces/Renderer.java
Original file line number Diff line number Diff line change
Expand Up @@ -352,10 +352,6 @@ private void addLine(float x1, float y1, float x2, float y2) {
// copy members:
final int[] _edgeBuckets = edgeBuckets;
final int[] _edgeBucketCounts = edgeBucketCounts;

// integer values:
_edgesInt[ptr /* + NEXT */] = _edgeBuckets[bucketIdx];
_edgesInt[ptr + YMAX_OR] = (lastCrossing << 1) | or; /* last bit corresponds to the orientation */

// each bucket is a linked list. this method adds ptr to the
// start of the "bucket"th linked list.
Expand Down

0 comments on commit 492f6da

Please sign in to comment.