Skip to content

Commit c0e92fe

Browse files
committed
docs: Udpate settings example
1 parent 97bac15 commit c0e92fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ScriptReference/Interfaces/JCS_Settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Example.cs
2525
private void Awake ()
2626
{
2727
// Make the instance singleton.
28-
instance = CheckInstance(instance, this);
28+
CheckInstance(this);
2929
}
3030

3131
protected override void TransferData(Example _old, Example _new)

0 commit comments

Comments
 (0)