소스 검색

[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
 ----------------------------------