*** empty log message ***

This commit is contained in:
Darren Ranalli 2001-01-24 20:14:48 +00:00
parent b17ccf5749
commit 22fc57ba0a

View File

@ -147,7 +147,7 @@ child_integrate(Physical *physical,
float len = vel_vec.length();
if (len > current_object->get_terminal_velocity()) {
cout << "Capping terminal velocity at: " << current_object->get_terminal_velocity() << endl;
//cout << "Capping terminal velocity at: " << current_object->get_terminal_velocity() << endl;
vel_vec *= current_object->get_terminal_velocity() / len;
}