diff --git a/AideDeJeu/AideDeJeu/Views/DicesPage.xaml.cs b/AideDeJeu/AideDeJeu/Views/DicesPage.xaml.cs index d3ca43ce..0c694c8a 100644 --- a/AideDeJeu/AideDeJeu/Views/DicesPage.xaml.cs +++ b/AideDeJeu/AideDeJeu/Views/DicesPage.xaml.cs @@ -92,7 +92,6 @@ namespace AideDeJeu.Views try { var ao = new Urho.ApplicationOptions(assetsFolder: null); - HelloWorldUrhoSurface = new Urho.Forms.UrhoSurface(); charts = await HelloWorldUrhoSurface.Show(ao); } catch(Exception ex)