Skip to content

Commit

Permalink
Fix duplicating camera not saving new camera preset (#1756)
Browse files Browse the repository at this point in the history
  • Loading branch information
Peregrine05 authored Sep 2, 2024
1 parent 7bc8808 commit 17753e8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@ private void generateNextCameraName() {
if (unique) {
cameras.getItems().add(newName);
cameras.setValue(newName);
scene.saveCameraPreset(newName);
break;
} else {
index += 1;
Expand Down

0 comments on commit 17753e8

Please sign in to comment.