Skip to content

Commit 5d280fa

Browse files
committed
Update button description to crater
1 parent aac18f1 commit 5d280fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/esri/samples/scene/choose_camera_controller/ChooseCameraControllerSample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public void start(Stage stage){
119119

120120
// create radio buttons for choosing camera controller
121121
RadioButton orbitAeroplane = new RadioButton("ORBIT CAMERA AROUND AEROPLANE");
122-
RadioButton orbitLocation = new RadioButton("ORBIT CAMERA AROUND LOCATION");
122+
RadioButton orbitLocation = new RadioButton("ORBIT CAMERA AROUND CRATER");
123123
RadioButton globeCamera = new RadioButton("FREE PAN ROUND THE GLOBE");
124124
globeCamera.setSelected(true);
125125

0 commit comments

Comments
 (0)