Skip to content

Commit 73eceed

Browse files
committed
Add component menu
1 parent d0ea1e3 commit 73eceed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Runtime/FPSDisplay.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ namespace Zigurous.DebugTools
66
/// <summary>
77
/// Displays the framerate of the application in realtime.
88
/// </summary>
9+
[AddComponentMenu("Zigurous/Debug/FPS Display")]
910
public class FPSDisplay : MonoBehaviour
1011
{
1112
/// <summary>

0 commit comments

Comments
 (0)