Skip to content

Commit

Permalink
Fix for Unity 2017
Browse files Browse the repository at this point in the history
  • Loading branch information
pbhogan committed Aug 6, 2017
1 parent eb2b52a commit 1692636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/InControl/Source/Unity/UnityInputDeviceProfile.cs
Expand Up @@ -50,7 +50,7 @@ public UnityInputDeviceProfile()
ButtonMappings = new InputControlMapping[0];

MinUnityVersion = new VersionInfo( 3 );
MaxUnityVersion = new VersionInfo( 9 );
MaxUnityVersion = new VersionInfo( int.MaxValue );
}


Expand Down

1 comment on commit 1692636

@KeLiChina
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

InControl Test From GitHub

Please sign in to comment.