Skip to content

Commit

Permalink
Fix incorrect slider rendering after restart
Browse files Browse the repository at this point in the history
  • Loading branch information
yugecin committed Mar 4, 2017
1 parent 7bf26c0 commit bb94617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/itdelatrisu/opsu/render/LegacyCurveRenderState.java
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public static void init(int width, int height, float circleDiameter) {
*/
public static void shutdown() {
staticState.shutdown();
//FrameBufferCache.shutdown();
FrameBufferCache.shutdown();
}

/**
Expand Down

0 comments on commit bb94617

Please sign in to comment.