[WIP] Camera stuff

This commit is contained in:
Tobias Dahl
2014-03-14 00:30:50 +01:00
parent b206ca0e4f
commit 87ee7cfd76
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -95,4 +95,4 @@ void Camera::FarClip(float val)
{
m_FarClip = val;
UpdateProjectionMatrix();
}
}