Skip to content

Commit

Permalink
style: namespace and profiler name
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammin committed May 21, 2024
1 parent cd6b4b6 commit 9148859
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Assets/LDtkUnity/Editor/Builders/LDtkBuilderTileset.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
using System;
using System.Collections.Generic;
using System.Collections.Generic;
using Unity.Jobs;
using UnityEngine;
using UnityEngine.Profiling;
using UnityEngine.Tilemaps;

namespace LDtkUnity.Editor
Expand Down Expand Up @@ -131,7 +129,7 @@ public void BuildTileset(TileInstance[] tiles)
job.Input.Dispose();
LDtkProfiler.EndSample();

LDtkProfiler.BeginSample("AddTiles");
LDtkProfiler.BeginSample("RecalculateCellPositions");
Vector3Int[] cells = new Vector3Int[tilesLength];
for (int i = 0; i < tilesLength; i++)
{
Expand Down

0 comments on commit 9148859

Please sign in to comment.