From f1bcec78cf8b08c19f5bf29ddfd44181c9e47295 Mon Sep 17 00:00:00 2001 From: EgorBo Date: Mon, 5 Mar 2018 00:09:32 +0300 Subject: [PATCH] fix arkit demos --- ARKit/ARKitXamarinDemo/AppDelegate.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ARKit/ARKitXamarinDemo/AppDelegate.cs b/ARKit/ARKitXamarinDemo/AppDelegate.cs index 8153a03..c9c6996 100644 --- a/ARKit/ARKitXamarinDemo/AppDelegate.cs +++ b/ARKit/ARKitXamarinDemo/AppDelegate.cs @@ -37,7 +37,7 @@ static void Run() where T : Urho.Application { var app = Urho.Application.CreateInstance(new ApplicationOptions { - ResourcePaths = new[] { "UrhoData", "OData" }, + ResourcePaths = new[] { "UrhoData" }, DelayedStart = false, // if TRUE then Engine.RunFrame() will be executed each ARKit update, otherwise - a separate game loop Orientation = ApplicationOptions.OrientationType.Portrait });