mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 18:29:11 +00:00
[Input] Fix incorrect setter usage in C#
This commit is contained in:
@@ -60,7 +60,7 @@ procedure:
|
||||
|
||||
.. code-tab:: csharp
|
||||
|
||||
GetTree().SetAutoAcceptQuit(false);
|
||||
GetTree().AutoAcceptQuit = false;
|
||||
|
||||
Sending your own quit notification
|
||||
----------------------------------
|
||||
|
||||
Reference in New Issue
Block a user