NASAWorldWind / WorldWindJava

The NASA WorldWind Java SDK (WWJ) is for building cross-platform 3D geospatial desktop applications in Java.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AbstractAirspace setDragEnabled always set to true

trixon opened this issue · comments

@Override
public void setDragEnabled(boolean enabled)
{
    this.dragEnabled = true;
}