Skip to content

Commit c45e74e

Browse files
committed
Removed unusued variable in NetworkProfiler
1 parent 0cbe0fc commit c45e74e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

MLAPI-Editor/MLAPIProfiler.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ private void OnGUI()
225225
if (tick.Events.Count > 0)
226226
{
227227
float heightPerEvent = ((position.height - 140f) - (5f * largestTickCount)) / largestTickCount;
228-
float heightPerTotalBackground = ((position.height - 140f) - (5f * largestTickCount)) / tick.Events.Count;
229228

230229
float currentY = 140f;
231230
for (int j = 0; j < tick.Events.Count; j++)

0 commit comments

Comments
 (0)