Skip to content

Commit

Permalink
Add missing prim flags predicate arg in Usd.PrimRange() ctor.
Browse files Browse the repository at this point in the history
  • Loading branch information
furby-tm committed Aug 7, 2024
1 parent f45d4d9 commit 8097f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/PixarUSD/Usd/Usd/Stage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ public extension Usd.Stage
* This is equivalent to ``Usd.PrimRange.stage()``. */
func traverse() -> [Usd.Prim]
{
let it = Usd.PrimRange.Stage(getPtr())
let it = Usd.PrimRange.Stage(getPtr(), .init())

return IteratorSequence(it).map { $0 }
}
Expand Down

0 comments on commit 8097f5e

Please sign in to comment.