Uncomment important line

This commit is contained in:
Sebastian Piwell
2016-04-20 14:52:41 -04:00
parent 201963a2f2
commit 9bb326b7eb
+1 -1
View File
@@ -372,7 +372,7 @@ float* DataPlane::readData(){
normValue = (normValue+refProcent);
// normValue = (optionValues[j][i]-min[j])/(max[j]-min[j]);
// combinedValues[i] += glm::clamp(normValue, 0.0f, 1.0f);
combinedValues[i] += glm::clamp(normValue, 0.0f, 1.0f);
}
combinedValues[i] /= selectedOptions.size();
// std::cout << std::endl;