Small comment in renderabletrailnew

This commit is contained in:
Kalle Bladin
2016-08-24 11:43:09 -04:00
parent 22d60779c6
commit ed98107214
@@ -105,6 +105,7 @@ private:
std::unique_ptr<ghoul::opengl::ProgramObject> _programObject;
std::vector<glm::vec3> _vertexPositionArray;
// Data updated in update function
double _currentTimeClamped; // Time clamped to time range
glm::dmat4 _modelTransform;
glm::dvec3 _clampedBodyPosition; // Position of body clamped to time range