Преглед изворни кода

[Input] Fix incorrect setter usage in C#

A Thousand Ships пре 1 година
родитељ
комит
c3e08bd874
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      tutorials/inputs/handling_quit_requests.rst

+ 1 - 1
tutorials/inputs/handling_quit_requests.rst

@@ -60,7 +60,7 @@ procedure:
 
  .. code-tab:: csharp
 
-    GetTree().SetAutoAcceptQuit(false);
+    GetTree().AutoAcceptQuit = false;
 
 Sending your own quit notification
 ----------------------------------