Skip to content

Commit 21564ed

Browse files
authored
fix: Application.isBatchMode typo
1 parent 063b92b commit 21564ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Editor/EditorUtilities/EditorWebRequest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ void OnEditorUpdate()
100100
{
101101
if (m_ShowProgress)
102102
{
103-
if (!Application.isBatchMode)
103+
if (Application.isBatchMode)
104104
{
105105
if (Time.realtimeSinceStartup > m_LastUpdate + 1)
106106
{

0 commit comments

Comments
 (0)