fix case on include for linux

This commit is contained in:
Anthony J. Thibault 2017-08-11 15:15:43 -07:00
parent 9e1218b4a4
commit b050d2c4c7

View file

@ -17,7 +17,7 @@
#include <glm/gtx/quaternion.hpp>
#include "NumericalConstants.h"
#include "glmHelpers.h"
#include "GLMHelpers.h"
glm::vec3 computeVectorFromPointToSegment(const glm::vec3& point, const glm::vec3& start, const glm::vec3& end) {
// compute the projection of the point vector onto the segment vector