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 c3a94db commit 6fbc4b9Copy full SHA for 6fbc4b9
testFunctional/gov/nasa/worldwind/render/SurfaceTextTest.java
@@ -77,6 +77,6 @@ public static void main(String[] args)
77
Configuration.setValue(AVKey.INITIAL_LONGITUDE, center.longitude.degrees);
78
Configuration.setValue(AVKey.INITIAL_ALTITUDE, center.elevation);
79
80
- ApplicationTemplate.start("WorldWind Surface Text", AppFrame.class);
+ ApplicationTemplate.start("Surface Text Test", AppFrame.class);
81
}
82
0 commit comments