Skip to content

Commit

Permalink
- small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreZenner committed Aug 13, 2024
1 parent 6ea7244 commit fcf3944
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

public class StaircaseProcedure : MonoBehaviour
{

public static string VERSION = "v17";
public static StaircaseProcedure SP; // one of the parallel SPs
public static List<StaircaseProcedure> AllSPs; // list of all parallel SPs
public static NumberFormatInfo nfi = new NumberFormatInfo();
Expand Down Expand Up @@ -270,7 +270,7 @@ public void Awake()
|| port == 0
|| String.IsNullOrEmpty(delimiter)))
{
Debug.Log("Hello! This is Staircase Procedure Toolkit v16");
Debug.Log("Hello! This is Staircase Procedure Toolkit " + VERSION);
if (SP == null)
{
SP = this;
Expand Down
Binary file modified UnityPackages/V17_UnityStaircaseProcedureToolkit.unitypackage
Binary file not shown.

0 comments on commit fcf3944

Please sign in to comment.