Skip to content

Commit e381353

Browse files
SideFXPrisms User
authored andcommitted
Matching to Houdini build 18.6.11.
1 parent f3e1d18 commit e381353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/houdini/lib/H_USD/HUSD/HUSD_Scene.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ public:
505505

506506
private:
507507
UT_Map<uint64, RenderTagBucket > myBuckets;
508-
UT_Map<int, uint64> myPrimBucketMap;
508+
UT_Map<uint64, uint64> myPrimBucketMap;
509509
HUSD_Scene &myScene;
510510
bool myDirtyFlag = false;
511511
UT_Lock myLock;

0 commit comments

Comments
 (0)