Skip to content

Commit 638eca5

Browse files
committed
Add missing sort of reprs for use in sdt::set_union
1 parent 6010c4c commit 638eca5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pxr/imaging/hd/renderIndex.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1467,6 +1467,8 @@ namespace {
14671467
}
14681468
}
14691469

1470+
std::sort(reprs.begin(), reprs.end());
1471+
14701472
return reprs;
14711473
}
14721474
};

0 commit comments

Comments
 (0)