[ANDROID] Forgot to enable WindowHandle updates.

This commit is contained in:
rachytski 2011-11-11 17:32:11 +04:00 committed by Alex Zolotarev
parent 94b55d3835
commit 4fcc52f3aa

View file

@ -94,6 +94,8 @@ namespace android
m_work.SetRenderPolicy(new PartialRenderPolicy(m_videoTimer, params, make_shared_ptr(new android::RenderContext())));
m_work.SetUpdatesEnabled(true);
LOG(LDEBUG, ("AF::InitRenderer 2"));
m_work.ShowAll();