From 80ffeaf6d6cb00106991bb7cc202c957c3e10d34 Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Sat, 26 Sep 2020 15:13:53 -0700 Subject: Remove logarithm --- wrapper/wrapper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wrapper/wrapper.cpp') diff --git a/wrapper/wrapper.cpp b/wrapper/wrapper.cpp index 9a53189..5b35a03 100644 --- a/wrapper/wrapper.cpp +++ b/wrapper/wrapper.cpp @@ -11,7 +11,7 @@ using namespace System::Runtime::InteropServices; public enum class AccelMode { - linear, classic, natural, naturalgain, power, logarithm, motivity, noaccel + linear, classic, natural, naturalgain, power, motivity, noaccel }; [StructLayout(LayoutKind::Sequential)] -- cgit v1.2.3