call RaylibSetAndroidCallback before OnCreate
This commit is contained in:
parent
9b7bcec250
commit
1880ab0443
1 changed files with 1 additions and 1 deletions
|
|
@ -6,8 +6,8 @@ public abstract class RaylibActivity : NativeActivity
|
||||||
{
|
{
|
||||||
protected override void OnCreate(Bundle? savedInstanceState)
|
protected override void OnCreate(Bundle? savedInstanceState)
|
||||||
{
|
{
|
||||||
base.OnCreate(savedInstanceState);
|
|
||||||
RaylibSetAndroidCallback(OnReady);
|
RaylibSetAndroidCallback(OnReady);
|
||||||
|
base.OnCreate(savedInstanceState);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected abstract void OnReady();
|
protected abstract void OnReady();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue