We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cbe0fc commit c45e74eCopy full SHA for c45e74e
MLAPI-Editor/MLAPIProfiler.cs
@@ -225,7 +225,6 @@ private void OnGUI()
225
if (tick.Events.Count > 0)
226
{
227
float heightPerEvent = ((position.height - 140f) - (5f * largestTickCount)) / largestTickCount;
228
- float heightPerTotalBackground = ((position.height - 140f) - (5f * largestTickCount)) / tick.Events.Count;
229
230
float currentY = 140f;
231
for (int j = 0; j < tick.Events.Count; j++)
0 commit comments