Skip to content

Commit 9536651

Browse files
authored
Merge pull request #8320 from AThousandShips/quit_doc
[Input] Fix incorrect setter usage in C#
2 parents ab54528 + c3e08bd commit 9536651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/inputs/handling_quit_requests.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ procedure:
6060

6161
.. code-tab:: csharp
6262

63-
GetTree().SetAutoAcceptQuit(false);
63+
GetTree().AutoAcceptQuit = false;
6464

6565
Sending your own quit notification
6666
----------------------------------

0 commit comments

Comments
 (0)