/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.pepsoft.worldpainter.tools; /** * * @author pepijn */ public class BiomesViewer extends WPTileSelectionViewer { public BiomesViewer() { // Do nothing } public BiomesViewer(boolean leftClickDrags, int threads, boolean paintCentre) { super(leftClickDrags, threads, paintCentre); } private static final long serialVersionUID = 1L; }