Skip to content

Commit 8f92504

Browse files
yuvaltassacopybara-github
authored andcommitted
Improve names of Free camera control modes.
PiperOrigin-RevId: 837605181 Change-Id: I01b65706fc4f9857df4d025cd3f4587d24ee5af5
1 parent 2ea4035 commit 8f92504

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/experimental/studio/app.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1549,8 +1549,8 @@ std::vector<const char*> App::GetCameraNames() {
15491549
if (tmp_.camera_names.empty()) {
15501550
tmp_.camera_names.reserve(model_->ncam + 3);
15511551

1552-
tmp_.camera_names.push_back("Tumble");
1553-
tmp_.camera_names.push_back("Free");
1552+
tmp_.camera_names.push_back("Free: tumble");
1553+
tmp_.camera_names.push_back("Free: wasd");
15541554
tmp_.camera_names.push_back("Tracking (-1)");
15551555
for (int i = 0; i < model_->ncam; i++) {
15561556
if (model_->names[model_->name_camadr[i]]) {

0 commit comments

Comments
 (0)