Skip to content

Commit

Permalink
fix 2018
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierArgentieri committed Nov 21, 2021
1 parent db580c0 commit 840dff1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace CloneRigRotationTool.Assets.CloneRigRotationTool.Editor.CloneRigToolCo
{
public class CloneRigToolController
{
public static Version version = new (0,0,2);
public static Version version = new Version(0,0,2);
#region f/p
private static string CURRENT_RESOURCES_FOLDER_PATH => $"{Application.dataPath}/Resources";
#endregion
Expand Down
Binary file not shown.

0 comments on commit 840dff1

Please sign in to comment.