mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-27 07:18:57 -06:00
Cleaning up my own mess
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user