mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +03:00
Merge pull request #8320 from AThousandShips/quit_doc
[Input] Fix incorrect setter usage in C#
This commit is contained in:
committed by
Max Hilbrunner
parent
df63354006
commit
4f00543fa8
@@ -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