Changeset 6d094e4 in lost-perception for main


Ignore:
Timestamp:
Nov 2, 2018, 8:07:18 PM (6 years ago)
Author:
Dmitry Portnoy <dmitry.portnoy@…>
Branches:
master
Children:
5d846bb
Parents:
0b84f13
Message:

Fix compile error in MapEditor.java

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/MapEditor.java

    r0b84f13 r6d094e4  
    716716        final int xMap = x / 40;
    717717        final int yMap = y / 40;
    718         final ArrayList[] tiles = new ArrayList[9];
     718        final ArrayList<Tile>[] tiles = new ArrayList[9];
    719719        final GroundType[] middle = this.getBreakdown(tile);
    720720        final GroundType[] breakdown = new GroundType[4];
Note: See TracChangeset for help on using the changeset viewer.