Skip to content

Commit

Permalink
Changed default text in selectFile
Browse files Browse the repository at this point in the history
  • Loading branch information
FHomps committed Jul 23, 2019
1 parent 9ee5200 commit 4666ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReViVD/Assets/ControlPanel/ControlPanel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ public void MakeErrorWindow(string message) {
}

void Start() {
selectFile.field.text = "External Data\\AirTraffic\\airtraffic.json";
selectFile.field.text = "External Data\\";
}

void OnEnable() {
Expand Down

0 comments on commit 4666ea2

Please sign in to comment.