bepu / bepuphysics2

Pure C# 3D real time physics simulation library, now with a higher version number.
Apache License 2.0
2.25k stars 261 forks source link

Fix build error with 2.4.0 #242

Closed kunalspathak closed 1 year ago

kunalspathak commented 1 year ago

Fix the following error:

D:\git\performance\src\benchmarks\real-world\bepuphysics2\ShapeRayBenchmarksDeep.cs(63,25): error CS0535: 'ShapeRayBenc
hmarksDeep.HitHandler' does not implement interface member 'IShapeRayHitHandler.OnRayHit(in RayData, ref float, float,
in Vector3, int)' [D:\git\performance\src\benchmarks\real-world\bepuphysics2\DemoBenchmarks.csproj]
RossNordby commented 1 year ago

2.5 strips some in parameters, among other breaking changes, so I can't apply this. Thanks, though!

kunalspathak commented 1 year ago

Sounds good. Thank you!