From 52bcc4db2fd8ca3f1da36d3ffb488a0a6b113d10 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 1 May 2020 19:29:06 +0200 Subject: Make velocity modifier reporting a filter. --- src/inputprocessor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/inputprocessor.h') diff --git a/src/inputprocessor.h b/src/inputprocessor.h index 546f348..3c2cd5a 100644 --- a/src/inputprocessor.h +++ b/src/inputprocessor.h @@ -67,4 +67,5 @@ private: std::vector> filters; Settings& settings; + float original_velocity{0.0f}; }; -- cgit v1.2.3