aboutsummaryrefslogtreecommitdiff
path: root/examples/UnityExample/Assets/Scripts/Demo.cs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/UnityExample/Assets/Scripts/Demo.cs')
-rwxr-xr-xexamples/UnityExample/Assets/Scripts/Demo.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/UnityExample/Assets/Scripts/Demo.cs b/examples/UnityExample/Assets/Scripts/Demo.cs
index 725229e..cfb2570 100755
--- a/examples/UnityExample/Assets/Scripts/Demo.cs
+++ b/examples/UnityExample/Assets/Scripts/Demo.cs
@@ -8,7 +8,9 @@ public class Demo : MonoBehaviour
void Awake ()
{
- generateCity();
+ //NativeLoader.Load();
+
+ generateCity();
}
private void generateCity()