mirror of
https://github.com/OMGeeky/ATCS.git
synced 2025-12-27 14:58:55 +01:00
remove Unnecessary semicolons
This commit is contained in:
@@ -37,8 +37,6 @@ public class Spritesheet extends GameDataElement {
|
||||
actorcondition
|
||||
}
|
||||
|
||||
;
|
||||
|
||||
//Lazy initialization.
|
||||
public BufferedImage spritesheet = null;
|
||||
public Map<Integer, BufferedImage> cache_full_size = new LinkedHashMap<Integer, BufferedImage>();
|
||||
|
||||
Reference in New Issue
Block a user