Browse Source

Fixed missing space in Wait Frames

master
Christopher 8 years ago
parent
commit
442bd6d589
  1. 2
      Assets/Fungus/Scripts/Commands/WaitFrames.cs
  2. 2
      Docs/command_ref/flow_commands.md

2
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.
/// </summary>
[CommandInfo("Flow",
"WaitFrames",
"Wait Frames",
"Waits for a number of frames before executing the next command in the block.")]
[AddComponentMenu("")]
[ExecuteInEditMode]

2
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

Loading…
Cancel
Save