fix sliders being wrong size after changing resolution (close #132)

This commit is contained in:
yugecin
2018-10-02 22:38:38 +02:00
parent 246b1274a6
commit d9646a5feb
2 changed files with 2 additions and 2 deletions

View File

@@ -77,8 +77,6 @@ public class CurveRenderState {
/**
* Set the width and height of the container that Curves get drawn into.
* Should be called before any curves are drawn.
* @param width the container width
* @param height the container height
* @param circleDiameter the circle diameter
*/
public static void init(float circleDiameter) {