Skip to content

Commit c3e08bd

Browse files
[Input] Fix incorrect setter usage in C#
1 parent 4ff7893 commit c3e08bd

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)