Cleaning up my own mess

This commit is contained in:
Anton Arbring
2015-06-21 20:13:44 -04:00
parent 6f72010725
commit ad55309b0e

View File

@@ -285,11 +285,9 @@ void RenderableTrail::fullYearSweep(double time) {
_vertexArray.resize(segments+2);
for (int i = 0; i < segments+2; i++) {
if (start > time && intervalSet){
//std::cout << _target << " hasnt started at " << time << " it does at: " << start << std::endl;
time = start;
}
else if (end < time && intervalSet){
//std::cout << _target << " has ended at " << time << " it does at: " << end << std::endl;
time = end;
}