Skip to content

Commit

Permalink
--minor
Browse files Browse the repository at this point in the history
  • Loading branch information
jturner65 committed Oct 9, 2023
1 parent 7284917 commit 46d0cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/esp/core/managedContainers/ManagedFileBasedContainer.h
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ bool ManagedFileBasedContainer<T, Access>::saveManagedObjectToFile(

std::size_t copyStrPos = fileNameBase.find(" (copy ");
if ((copyStrPos != std::string::npos)) {
// Already is a copy of some base scene instance
// Already is a copy of some existing managed file-based object
// Get copy number and increment to set as initial count value
count =
std::stoi(fileNameBase.substr(copyStrPos + 7, copyStrPos + 10)) + 1;
Expand Down

0 comments on commit 46d0cfb

Please sign in to comment.