diff --git a/RobertsmaniaReplay/RobertsmaniaReplay.vax b/RobertsmaniaReplay/RobertsmaniaReplay.vax index b777bcc..7eca57a 100644 Binary files a/RobertsmaniaReplay/RobertsmaniaReplay.vax and b/RobertsmaniaReplay/RobertsmaniaReplay.vax differ diff --git a/RobertsmaniaReplay/VAPlugin_RobertsmaniaReplay.cs b/RobertsmaniaReplay/VAPlugin_RobertsmaniaReplay.cs index b0797a6..fdf57ed 100644 --- a/RobertsmaniaReplay/VAPlugin_RobertsmaniaReplay.cs +++ b/RobertsmaniaReplay/VAPlugin_RobertsmaniaReplay.cs @@ -20,7 +20,7 @@ public sealed class VAPlugin_RobertsmaniaReplay private static dynamic _vaProxy; private static SdkWrapper _iRSDKWrapper; - private const float cVersion = 1.002f; + private const float cVersion = 1.003f; private const int cUpdatesPerSec = 4; public const int cThrottleMSecs = 1000 / cUpdatesPerSec; public const int cMaxCars = 64;