Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Issues getting Softbody working
#3
I did the same as the other poster suggested in this thread: http://obi.virtualmethodstudio.com/forum...-3197.html

That seemed to work! Changing:

Code:

Code:
where T : struct

to
Code:

Code:
where T : unmanaged
Reply


Messages In This Thread
RE: Issues getting Softbody working - by kokutouchichi - 24-11-2021, 04:07 AM