diff --git a/FreeCam/FreeCam.csproj b/FreeCam/FreeCam.csproj
index ab876ed..1febdf0 100644
--- a/FreeCam/FreeCam.csproj
+++ b/FreeCam/FreeCam.csproj
@@ -12,8 +12,8 @@
none
-
-
+
+
diff --git a/FreeCam/UIInputCommands.cs b/FreeCam/UIInputCommands.cs
index de902c3..b4a871d 100644
--- a/FreeCam/UIInputCommands.cs
+++ b/FreeCam/UIInputCommands.cs
@@ -66,6 +66,8 @@ internal class UIInputCommands : IInputCommands
public float PressDuration => throw new NotImplementedException();
+ public int XInversionFactor { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
+
public event Action OnStarted;
public event Action OnPerformed;
public event Action OnCancelled;
@@ -91,5 +93,9 @@ internal class UIInputCommands : IInputCommands
public bool IsPressed(float minPressDuration = 0) => false;
public void Update() { }
+
+ public void FixedUpdate() { }
+
+ public void ResetState() { }
#endregion
}
diff --git a/FreeCam/manifest.json b/FreeCam/manifest.json
index 0178f82..7c2e45e 100644
--- a/FreeCam/manifest.json
+++ b/FreeCam/manifest.json
@@ -4,7 +4,7 @@
"author": "_nebula & xen",
"name": "FreeCam",
"uniqueName": "misternebula.FreeCam",
- "version": "2.8.0",
- "owmlVersion": "2.9.8",
+ "version": "2.9.0",
+ "owmlVersion": "2.13.0",
"dependencies": [ "xen.CommonCameraUtility", "JohnCorby.VanillaFix" ]
}