Skip to content

Commit 08b8326

Browse files
authored
Update FPS.cs
1 parent 247276f commit 08b8326

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FPS.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55

66
public class FPS : MonoBehaviour
77
{
8-
8+
99
public Text text;
1010
public int fps;
11-
11+
1212
void Start()
1313
{
1414
text = GetComponent<Text>();

0 commit comments

Comments
 (0)