Bug / Crash Minor typo in documentation - Printable Version +- Obi Official Forum (https://obi.virtualmethodstudio.com/forum) +-- Forum: Obi Users Category (https://obi.virtualmethodstudio.com/forum/forum-1.html) +--- Forum: Obi Rope (https://obi.virtualmethodstudio.com/forum/forum-4.html) +--- Thread: Bug / Crash Minor typo in documentation (/thread-3040.html) |
Minor typo in documentation - PossPoss - 03-08-2021 Not a big deal, but there is a syntax error on this page http://obi.virtualmethodstudio.com/manual/6.2/scriptingcollisions.html Under the heading "Retrieving the particle involved in a contact" int particleIndex = solver.simplices[simplexStart + i]]; You close the square brackets twice. Sorry if there was a better place for this. RE: Minor typo in documentation - josemendez - 03-08-2021 Fixed! Thanks for reporting it |