mirror of
https://github.com/godotengine/godot.git
synced 2025-02-17 22:43:01 +08:00
Fix msec documentation description typo
(cherry picked from commit 44eb041d60
)
This commit is contained in:
parent
069281d58f
commit
1e49b6299a
@ -56,7 +56,7 @@
|
||||
<argument index="0" name="msec" type="int">
|
||||
</argument>
|
||||
<description>
|
||||
Delay execution of the current thread by [code]msec[/code] milliseconds. [code]usec[/code] must be greater than or equal to [code]0[/code]. Otherwise, [method delay_msec] will do nothing and will print an error message.
|
||||
Delay execution of the current thread by [code]msec[/code] milliseconds. [code]msec[/code] must be greater than or equal to [code]0[/code]. Otherwise, [method delay_msec] will do nothing and will print an error message.
|
||||
</description>
|
||||
</method>
|
||||
<method name="delay_usec" qualifiers="const">
|
||||
|
Loading…
Reference in New Issue
Block a user