From 8e13371d2ddd964715f6d69b816744f90b43285c Mon Sep 17 00:00:00 2001 From: Chris Gregan Date: Mon, 9 May 2016 17:52:36 +0100 Subject: [PATCH] Fixed typo --- Assets/FungusExamples/FungusLua/Flowchart/Variables.unity | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/FungusExamples/FungusLua/Flowchart/Variables.unity b/Assets/FungusExamples/FungusLua/Flowchart/Variables.unity index a2e8f6d3..a1959da8 100644 --- a/Assets/FungusExamples/FungusLua/Flowchart/Variables.unity +++ b/Assets/FungusExamples/FungusLua/Flowchart/Variables.unity @@ -465,7 +465,7 @@ MonoBehaviour: to the Flowchart. - The Lua script uses the getvar() function to get a reference to the 2 FLowchart + The Lua script uses the getvar() function to get a reference to the 2 Flowchart variables, and then uses the .value property accessor to access the values of the variables.