Skip to content

Commit

Permalink
Update MappedAttributeBuilder.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
brossee-adsk authored Dec 4, 2024
1 parent eaab905 commit 2706add
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MaxUsd/MappedAttributeBuilder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ namespace MAXUSD_NS_DEF {
class FloatNArray
{

size_t dimension;
size_t dimension;
std::unique_ptr<pxr::VtFloatArray> floatArray;
std::unique_ptr<pxr::VtVec2fArray> float2Array;
std::unique_ptr<pxr::VtVec3fArray> float3Array;
Expand Down Expand Up @@ -415,4 +415,4 @@ bool MappedAttributeBuilder::PopulateAttribute(
return values.AssignToAttribute(attribute, timeCode);
}

} // namespace MAXUSD_NS_DEF
} // namespace MAXUSD_NS_DEF

0 comments on commit 2706add

Please sign in to comment.