summaryrefslogtreecommitdiff
path: root/common/matrix.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/matrix.cpp')
-rw-r--r--common/matrix.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/matrix.cpp b/common/matrix.cpp
index 73e80f6..c434d53 100644
--- a/common/matrix.cpp
+++ b/common/matrix.cpp
@@ -764,7 +764,7 @@ void Matrix::CreatePerspective (float fovy, float aspect, float nearval, float f
#undef M
}
-void Matrix::CreateLookat (float eye[3], float target[3], float up[3])
+void Matrix::CreateLookat (const float *eye, const float *target, const float *up)
{
float x[3], y[3], z[3];
float mag;