quick fix incorrect commit

This commit is contained in:
turanszkij
2018-10-20 18:53:14 +01:00
parent 5b031a8657
commit 7e627eb916
-3
View File
@@ -773,9 +773,6 @@ namespace wiSceneSystem
weights.resize(physicsToGraphicsVertexMapping.size());
std::fill(weights.begin(), weights.end(), 1.0f);
for (int i = 0; i < 10; ++i)
weights[i] = 0;
}
void CameraComponent::CreatePerspective(float newWidth, float newHeight, float newNear, float newFar, float newFOV)