From e36f509d2459ca74c0dc7fe2e8ea2275b88f0649 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 22 Sep 2019 16:47:59 +0200 Subject: api: expose raw data to protocols Issue: #975 --- proto-flightgear/ftnoir_protocol_fg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto-flightgear/ftnoir_protocol_fg.cpp') diff --git a/proto-flightgear/ftnoir_protocol_fg.cpp b/proto-flightgear/ftnoir_protocol_fg.cpp index 4c2156ac..d777d801 100644 --- a/proto-flightgear/ftnoir_protocol_fg.cpp +++ b/proto-flightgear/ftnoir_protocol_fg.cpp @@ -13,7 +13,7 @@ // For Todd and Arda Kutlu -void flightgear::pose(const double* headpose) { +void flightgear::pose(const double* headpose, const double*) { FlightData.x = -headpose[TX] * 1e-2; FlightData.y = headpose[TY] * 1e-2; FlightData.z = headpose[TZ] * 1e-2; -- cgit v1.2.3