enable fps counter
This commit is contained in:
parent
6587ddab30
commit
10e5c53ecf
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ public class FPSCounter : MonoBehaviour
|
|||
{
|
||||
private void Awake()
|
||||
{
|
||||
base.enabled = false;
|
||||
base.enabled = true;
|
||||
if (base.enabled)
|
||||
{
|
||||
this.m_fps = (base.GetComponent(typeof(GUIText)) as GUIText);
|
||||
|
|
Loading…
Reference in a new issue