Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Commit

Permalink
fix arkit demos
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorBo committed Mar 4, 2018
1 parent 24cc426 commit f1bcec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ARKit/ARKitXamarinDemo/AppDelegate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ static void Run<T>() where T : Urho.Application
{
var app = Urho.Application.CreateInstance<T>(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
});
Expand Down

0 comments on commit f1bcec7

Please sign in to comment.