Skip to content

Commit d29a948

Browse files
committed
Fix merge
1 parent 88defc3 commit d29a948

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/toniarts/openkeeper/view/PlayerMapViewState.java

+1-4
Original file line numberDiff line numberDiff line change
@@ -234,10 +234,7 @@ public IRoomsInformation getRoomsInformation() {
234234
return mapRoomContainer;
235235
}
236236

237-
/**
238-
* Single map tile that taps into the entity information
239-
*/
240-
private static final class MapTileInformation extends AbstractMapTileInformation {
237+
public interface ILoadCompleteNotifier {
241238

242239
void onLoadComplete();
243240

0 commit comments

Comments
 (0)