diff --git a/Assets/Fungus/Scripts/Commands/WaitFrames.cs b/Assets/Fungus/Scripts/Commands/WaitFrames.cs index 3fc0054b..a099b0eb 100644 --- a/Assets/Fungus/Scripts/Commands/WaitFrames.cs +++ b/Assets/Fungus/Scripts/Commands/WaitFrames.cs @@ -11,7 +11,7 @@ namespace Fungus /// Waits for a number of frames before executing the next command in the block. /// [CommandInfo("Flow", - "WaitFrames", + "Wait Frames", "Waits for a number of frames before executing the next command in the block.")] [AddComponentMenu("")] [ExecuteInEditMode] diff --git a/Docs/command_ref/flow_commands.md b/Docs/command_ref/flow_commands.md index 65ba1c88..67e49c12 100644 --- a/Docs/command_ref/flow_commands.md +++ b/Docs/command_ref/flow_commands.md @@ -128,7 +128,7 @@ Property | Type | Description --- | --- | --- _duration | Fungus.FloatData | Duration to wait for -# WaitFrames # {#WaitFrames} +# Wait Frames # {#WaitFrames} Waits for a number of frames before executing the next command in the block. Defined in Fungus.WaitFrames