1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-06 19:41:11 +00:00

Mention performance caveats of OS.set_window_title()

See #32254.
This commit is contained in:
Hugo Locurcio
2019-09-22 19:00:33 +02:00
parent 2e065d8ad0
commit c99d80b414

View File

@@ -820,6 +820,7 @@
</argument>
<description>
Sets the window title to the specified string.
[b]Note:[/b] This should be used sporadically. Don't set this every frame, as that will negatively affect performance on some window managers.
</description>
</method>
<method name="shell_open">