git-svn-id: https://reactphysics3d.googlecode.com/svn/trunk@182 92aac97c-a6ce-11dd-a772-7fcde58d38e6
This commit is contained in:
parent
6ba8476c78
commit
9b2e89bdce
|
@ -67,7 +67,6 @@ inline void Time::setValue(double value) throw(std::invalid_argument) {
|
|||
this->value = value;
|
||||
}
|
||||
else {
|
||||
|
||||
// We throw an exception
|
||||
throw std::invalid_argument("Exception in test Time: Wrong argument, a time value has to be positive");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user