Plane: stop passing current_loc into AP_Camera

This commit is contained in:
Peter Barker 2019-03-26 22:08:15 +11:00 committed by Andrew Tridgell
parent f3e5e9463b
commit e1aa863eae

View File

@ -249,7 +249,7 @@ private:
// Camera
#if CAMERA == ENABLED
AP_Camera camera{MASK_LOG_CAMERA, current_loc};
AP_Camera camera{MASK_LOG_CAMERA};
#endif
#if OPTFLOW == ENABLED