Skip to content

Commit

Permalink
fixed broken build........
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin S committed May 21, 2015
1 parent 0b20b5d commit 08dd146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdx/src/com/badlogic/gdx/math/Polyline.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
package com.badlogic.gdx.math;

public class Polyline implements Shape2D {
private final float[] localVertices;
private float[] localVertices;
private float[] worldVertices;
private float x, y;
private float originX, originY;
Expand Down

0 comments on commit 08dd146

Please sign in to comment.