Skip to content

Commit

Permalink
fix: Application.isBatchMode typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Konargus authored Nov 23, 2021
1 parent 063b92b commit 21564ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Editor/EditorUtilities/EditorWebRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ void OnEditorUpdate()
{
if (m_ShowProgress)
{
if (!Application.isBatchMode)
if (Application.isBatchMode)
{
if (Time.realtimeSinceStartup > m_LastUpdate + 1)
{
Expand Down

0 comments on commit 21564ed

Please sign in to comment.