Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Make damaged rope
#11
Hi again! got to try out your code.

Turns out this is a bug in Obi, thanks for finding and reporting it! There's a missing "break;" instruction in ObiPathSmoother.cs, line 256.

I'm attaching the corrected file, replace yours with it. You can find it at Obi/Scripts/RopeAndRod/DataStructures/Path/ObiPathSmoother.cs

Let me know how it goes. Sonrisa


Attached Files
.cs   ObiPathSmoother.cs (Size: 14.43 KB / Downloads: 1)
Reply
#12
(23-11-2021, 01:05 PM)josemendez Wrote: Hi again! got to try out your code.

Turns out this is a bug in Obi, thanks for finding and reporting it! There's a missing "break;" instruction in ObiPathSmoother.cs, line 256.

I'm attaching the corrected file, replace yours with it. You can find it at Obi/Scripts/RopeAndRod/DataStructures/Path/ObiPathSmoother.cs

Let me know how it goes. Sonrisa

Thank you. It is working well now.
Reply