mirror of https://github.com/ppy/SDL3-CS.git
Fix android tests
This commit is contained in:
parent
26865ce7e6
commit
eaacf5279e
|
|
@ -1,5 +1,4 @@
|
||||||
using Java.Lang;
|
using Org.Libsdl.App;
|
||||||
using Org.Libsdl.App;
|
|
||||||
|
|
||||||
namespace SDL.Tests.Android
|
namespace SDL.Tests.Android
|
||||||
{
|
{
|
||||||
|
|
@ -8,6 +7,6 @@ namespace SDL.Tests.Android
|
||||||
{
|
{
|
||||||
protected override string[] GetLibraries() => ["SDL3"];
|
protected override string[] GetLibraries() => ["SDL3"];
|
||||||
|
|
||||||
protected override IRunnable CreateSDLMainRunnable() => new Runnable(Program.Main);
|
protected override void Main() => Program.Main();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue