Added param comment

This commit is contained in:
Liam Fisher 2021-10-30 14:12:08 +01:00
parent b4f2c0cef1
commit 5ed16bc338

View file

@ -142,7 +142,7 @@ namespace Godot
/// }
/// </code>
/// </summary>
/// <param name="callback"></param>
/// <param name="callback">Callback to call during idle time.</param>
protected void Defer(Action callback)
{
new Callable(callback).CallDeferred();