Skip to content

Commit

Permalink
Update bullet/src/ShapeFeatures.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Jorge Perez <j.j.perez13@hotmail.com>
  • Loading branch information
Lobotuerk and Blast545 authored Dec 15, 2020
1 parent 9c9e15b commit 9c00f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bullet/src/ShapeFeatures.cc
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Identity ShapeFeatures::AttachMeshShape(
Identity ShapeFeatures::CastToMeshShape(
const Identity &_shapeID) const
{
ignerr << "CASTTOMESHSHAPE" << std::endl;
ignwarn << "Dummy implementation CastToMeshShape" << std::endl;
(void) _shapeID;
return this->GenerateInvalidId();
}
Expand Down

0 comments on commit 9c00f1f

Please sign in to comment.