File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/com/valkryst/V2DSprite Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Dependency:
2525<dependency >
2626 <groupId >com.github.Valkryst</groupId >
2727 <artifactId >V2DSprite</artifactId >
28- <version >2020.04.05</version >
28+ <version >2020.04.05-break </version >
2929</dependency >
3030```
3131
Original file line number Diff line number Diff line change 66
77 <groupId >com.github.Valkryst</groupId >
88 <artifactId >V2DSprite</artifactId >
9- <version >2020.04.05</version >
9+ <version >2020.04.05-break </version >
1010
1111 <properties >
1212 <maven .compiler.source>11</maven .compiler.source>
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ public class Sprite {
2828 * {@link java.awt.image.VolatileImage} or a
2929 * {@link java.awt.image.BufferedImage}.
3030 */
31- @ Setter public boolean useVolatileImage = true ;
31+ @ Setter private boolean useVolatileImage = true ;
3232
3333 /**
3434 * Constructs a new sprite.
You can’t perform that action at this time.
0 commit comments