Merge pull request #8320 from AThousandShips/quit_doc

[Input] Fix incorrect setter usage in C#
This commit is contained in:
Max Hilbrunner
2023-10-24 18:50:56 +02:00
committed by Max Hilbrunner
parent df63354006
commit 4f00543fa8

View File

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