Skip to content

Commit

Permalink
pr feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
AMollis committed Jul 19, 2023
1 parent 1b64994 commit 9cff1ec
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class PerfSceneManager : MonoBehaviour
[SerializeField]
private GameObject descriptionPanel;

// Reference to the game object to spawn.
// Reference to the GameObject to spawn.
[SerializeField]
private GameObject model;

Expand Down Expand Up @@ -204,4 +204,4 @@ public void SetModelCount(int count)
}
}
}
#pragma warning restore CS1591
#pragma warning restore CS1591

0 comments on commit 9cff1ec

Please sign in to comment.