Skip to content
Snippets Groups Projects
Commit 6bbba466 authored by Sebastian Eibl's avatar Sebastian Eibl
Browse files

fixed typo

parent 51559f7c
No related merge requests found
......@@ -71,7 +71,7 @@ SquirmerID createSquirmer( BodyStorage& globalStorage, BlockStorage& blocks, Blo
<< " User-ID = " << uid << "\n"
<< " Global position = " << gpos << "\n"
<< " Radius = " << radius << "\n"
<< " LinVel = " << sphere->getLinearVel() << "\n"
<< " LinVel = " << squirmer->getLinearVel() << "\n"
<< " Material = " << Material::getName( material )
);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment