Browse Source

Tidy up Start() function comment

master
chrisgregan 11 years ago
parent
commit
9435f1255e
  1. 5
      Assets/Fungus/Scripts/View.cs

5
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
}
{}
}
}
Loading…
Cancel
Save