diff --git a/src/Camera.h b/src/Camera.h index 4a9452ac2..9980a273d 100644 --- a/src/Camera.h +++ b/src/Camera.h @@ -127,6 +127,9 @@ class MAGNUM_EXPORT Camera: public Object { */ virtual void draw(); + /* It's here just so the function is not hidden by draw() */ + virtual void draw(const Matrix4& transformationMatrix, Camera* camera) {} + protected: /** * Recalculates camera matrix.