CollisionQueryParams.h
mutable IgnoreComponentsArrayType IgnoreComponents; has changed to private.
now use the accessor functions instead,
…
const IgnoreComponentsArrayType& GetIgnoredComponents() const;
void ClearIgnoredComponents()
…
CollisionQueryParams.h
mutable IgnoreComponentsArrayType IgnoreComponents; has changed to private.
now use the accessor functions instead,
…
const IgnoreComponentsArrayType& GetIgnoredComponents() const;
void ClearIgnoredComponents()
…