We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f67dee9 commit 6584066Copy full SHA for 6584066
src/gov/nasa/worldwind/render/PointPlacemark.java
@@ -189,7 +189,7 @@ public Vec4 getTerrainPoint()
189
protected WWTexture activeTexture; // determined each frame
190
191
protected boolean highlighted;
192
- protected boolean dragEnabled;
+ protected boolean dragEnabled = true;
193
protected DraggableSupport draggableSupport = null;
194
protected boolean visible = true;
195
protected int altitudeMode = WorldWind.CLAMP_TO_GROUND;
0 commit comments