From 442bd6d58935fe3bb84541011d222ec4f3eac2de Mon Sep 17 00:00:00 2001 From: Christopher Date: Sat, 22 Oct 2016 12:55:56 +0100 Subject: [PATCH] Fixed missing space in Wait Frames --- Assets/Fungus/Scripts/Commands/WaitFrames.cs | 2 +- Docs/command_ref/flow_commands.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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