Updated Collision.md (markdown)
commited
commit
b5d9161e4ee25b6426e401d4c43fa2c740ce3504
... | ... | @@ -11,7 +11,7 @@ Output: |
11 | 11 | ## Notes |
12 | 12 | |
13 | 13 | - If you're colliding with multiple objects it'll report the most forceful collision. |
14 | - If you're overriding physics to move objects (using [[Set Position]]) then no collisions will occur. (Is this a bug in bullet physics?) |
|
14 | - If you're overriding physics to move objects (using [[Set Position]]) then no collisions will occur. (Is this a issue with Bullet Physics?) |
|
15 | 15 | |
16 | 16 | ## Examples |
17 | 17 |