Skip to content

Commit

Permalink
Dont rename by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jellejurre committed Oct 23, 2024
1 parent 36e4be4 commit f0519a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Instancer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class Instancer : MonoBehaviour

static Instancer()
{
renameInstances = PlayerPrefs.GetString("VRLabs.Instancer.RenameInstances", "True") == "True"; ;
renameInstances = PlayerPrefs.GetString("VRLabs.Instancer.RenameInstances", "False") == "True"; ;
}

[MenuItem("VRLabs/Rename new Instances", priority = 1)]
Expand Down

0 comments on commit f0519a9

Please sign in to comment.