1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-29 22:45:44 +00:00
This commit is contained in:
Yan Maniez 2019-10-16 15:41:00 +02:00
parent 1f7ba9b51f
commit 4551b0e6a0

View file

@ -92,7 +92,6 @@ namespace AideDeJeu.Views
try try
{ {
var ao = new Urho.ApplicationOptions(assetsFolder: null); var ao = new Urho.ApplicationOptions(assetsFolder: null);
HelloWorldUrhoSurface = new Urho.Forms.UrhoSurface();
charts = await HelloWorldUrhoSurface.Show<Charts>(ao); charts = await HelloWorldUrhoSurface.Show<Charts>(ao);
} }
catch(Exception ex) catch(Exception ex)