зеркало из https://github.com/xamarin/mac-samples.git
bxc#10522: GLSLShader: DrawView on main thread
This commit is contained in:
Родитель
449236f3c4
Коммит
dce1e98968
|
@ -179,7 +179,7 @@ namespace GLSLShader
|
|||
using (NSAutoreleasePool pool = new NSAutoreleasePool ()) {
|
||||
|
||||
// Update the animation
|
||||
DrawView ();
|
||||
BeginInvokeOnMainThread (DrawView);
|
||||
}
|
||||
|
||||
return CVReturn.Success;
|
||||
|
|
Загрузка…
Ссылка в новой задаче