Merge pull request #179 from plaa/master

Replace lake.png with lake.jpg
This commit is contained in:
kruland2607 2014-02-04 05:51:50 -08:00
commit 062dbb7a4c
3 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

View File

@ -11,7 +11,7 @@ public class Lake extends SkySphere implements Credit {
public static final Lake instance = new Lake();
private Lake() {
super(Lake.class.getResource("/datafiles/sky/lake.png"));
super(Lake.class.getResource("/datafiles/sky/lake.jpg"));
}
@Override