Skip to content

Commit 6b3552e

Browse files
committed
fix: minor bug
1 parent 2632202 commit 6b3552e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Assets/Scripts/TrajectoryPlanner/TrajectoryPlannerManager.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ public void OnPreprocessBuild(BuildReport report)
5151

5252
namespace TrajectoryPlanner
5353
{
54-
#if UNITY_WEBGL && !UNITY_EDITOR
55-
[DllImport("__Internal")]
56-
private static extern void Copy2Clipboard(string str);
57-
#endif
5854

5955
public class TrajectoryPlannerManager : MonoBehaviour
6056
{
57+
#if UNITY_WEBGL && !UNITY_EDITOR
58+
[DllImport("__Internal")]
59+
private static extern void Copy2Clipboard(string str);
60+
#endif
6161

6262
#region Events
6363
// TODO: Expose events for probes moving, UI updating, etc

0 commit comments

Comments
 (0)