Skip to content

Commit 92be9b6

Browse files
giulia-u3dEvergreen
authored andcommitted
Clean up preprocessor directive comment UUM-70044
Fix for [UUM-70044]( https://jira.unity3d.com/browse/UUM-70044) that clean up preprocess directive comment)
1 parent 0368320 commit 92be9b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Packages/com.unity.render-pipelines.core/Runtime/Textures/RTHandleSystem.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
using UnityEngine.Assertions;
44
using UnityEngine.Experimental.Rendering;
55

6-
//#if UNITY_EDITOR
6+
#if UNITY_EDITOR
77
using UnityEditor;
8-
//#endif
8+
#endif
99

1010
namespace UnityEngine.Rendering
1111
{

0 commit comments

Comments
 (0)