Skip to content

Commit 9c1c96a

Browse files
committed
fix error
1 parent e9da989 commit 9c1c96a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/ScreenShotToProfiler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ public Action<RenderTexture> captureBehaviour
6363
static int forceHeight = Invalid;
6464
static int forceFormat = Invalid;
6565

66-
#endif
6766
[RuntimeInitializeOnLoadMethod(RuntimeInitializeLoadType.BeforeSceneLoad)]
6867
private static void OnRuntimeInitialize()
6968
{
@@ -163,6 +162,7 @@ private static string GetParameter(string arg)
163162
}
164163
return arg.Substring(eqIndex+1).ToLower();
165164
}
165+
#endif
166166

167167
public bool Initialize()
168168
{

0 commit comments

Comments
 (0)