Browse Source

Added space in block name does not exist string.

master
ArkAngel Apps 6 years ago committed by GitHub
parent
commit
954039bbef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Assets/Fungus/Scripts/Components/Flowchart.cs

2
Assets/Fungus/Scripts/Components/Flowchart.cs

@ -546,7 +546,7 @@ namespace Fungus
if (block == null) if (block == null)
{ {
Debug.LogError("Block " + blockName + "does not exist"); Debug.LogError("Block " + blockName + " does not exist");
return; return;
} }

Loading…
Cancel
Save