Explorar o código

[Input] Fix incorrect setter usage in C#

A Thousand Ships hai 1 ano
pai
achega
c3e08bd874
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 ----------------------------------