jrouwe / JoltPhysics

A multi core friendly rigid body physics and collision detection library. Written in C++. Suitable for games and VR applications. Used by Horizon Forbidden West.
MIT License
6.45k stars 416 forks source link

Fix outHeights typo in HeightFieldShape::SetHeights #1227

Closed FireflyInTheDusk closed 3 weeks ago

FireflyInTheDusk commented 3 weeks ago

I was working on updating the heights on my terrain and stumbled upon what seemed like a typo in the doc comment for HeightFieldShape::SetHeights.

jrouwe commented 3 weeks ago

Thanks!