rojo-rbx / rbx-dom

Roblox DOM and (de)serialization implementation in Rust
MIT License
113 stars 45 forks source link

Remove PrimaryPart conditional in WorldPivotData custom setter #394

Closed kennethloeffler closed 7 months ago

kennethloeffler commented 7 months ago

There was a mistake in #393 caused by some confusion around when Model.WorldPivotData is occupied and how it interacts Model.PrimaryPart. This PR removes a conditional that could cause incorrect behavior.