[Android] Forgot to add two lines to the previous commit

This commit is contained in:
Jonathan De Wachter 2014-06-26 07:55:49 +02:00
parent c462f7cd0a
commit dd6b54d0eb

View File

@ -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;