[Android] Forgot to add two lines to the previous commit
This commit is contained in:
parent
c462f7cd0a
commit
dd6b54d0eb
@ -63,6 +63,9 @@ WindowImplAndroid::WindowImplAndroid(VideoMode mode, const String& title, unsign
|
||||
if (style& Style::Fullscreen)
|
||||
states->fullscreen = true;
|
||||
|
||||
WindowImplAndroid::singleInstance = this;
|
||||
states->forwardEvent = forwardEvent;
|
||||
|
||||
// Register process event callback
|
||||
states->processEvent = processEvent;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user