From 9435f1255e42f62eb6c904b74521d204dc3559e3 Mon Sep 17 00:00:00 2001 From: chrisgregan Date: Tue, 25 Feb 2014 11:17:52 +0000 Subject: [PATCH] Tidy up Start() function comment --- Assets/Fungus/Scripts/View.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Assets/Fungus/Scripts/View.cs b/Assets/Fungus/Scripts/View.cs index 5cf32a69..57ab41b6 100644 --- a/Assets/Fungus/Scripts/View.cs +++ b/Assets/Fungus/Scripts/View.cs @@ -11,9 +11,8 @@ namespace Fungus { public float viewSize = 0.5f; + // An empty Start() method is needed to display enable checkbox in editor void Start() - { - // An empty Start() method is needed to display enable checkbox in editor - } + {} } } \ No newline at end of file