From ffb7788453abb033caa62d4687f837e0adc0307d Mon Sep 17 00:00:00 2001 From: z3y <33181641+z3y@users.noreply.github.com> Date: Mon, 23 Oct 2023 15:59:33 +0200 Subject: [PATCH] Update CBIRPReflectionProbe.cs --- Runtime/CBIRPReflectionProbe.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Runtime/CBIRPReflectionProbe.cs b/Runtime/CBIRPReflectionProbe.cs index 931e7aa..1230e89 100644 --- a/Runtime/CBIRPReflectionProbe.cs +++ b/Runtime/CBIRPReflectionProbe.cs @@ -2,12 +2,12 @@ using UnityEngine; using VRC.SDKBase; using VRC.Udon; -using UdonSharpEditor; #if UNITY_EDITOR && !COMPILER_UDONSHARP using UnityEditor; using System.Collections; using System.Collections.Generic; +using UdonSharpEditor; #endif namespace CBIRP