bxc#10522: GLSLShader: DrawView on main thread

This commit is contained in:
Aaron Bockover 2013-02-25 14:17:55 -05:00
Родитель 449236f3c4
Коммит dce1e98968
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -179,7 +179,7 @@ namespace GLSLShader
using (NSAutoreleasePool pool = new NSAutoreleasePool ()) {
// Update the animation
DrawView ();
BeginInvokeOnMainThread (DrawView);
}
return CVReturn.Success;