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