diff --git a/libraries/shared/src/ShapeCollider.cpp b/libraries/shared/src/ShapeCollider.cpp index 80d7c9e08a..9c14a5d033 100644 --- a/libraries/shared/src/ShapeCollider.cpp +++ b/libraries/shared/src/ShapeCollider.cpp @@ -15,7 +15,7 @@ // NOTE: // // * Large ListShape's are inefficient keep the lists short. -// * Collisions between lists of lists do not work. +// * Collisions between lists of lists work in theory but are not recommended. namespace ShapeCollider {