reverts 87581fb701
This commit is contained in:
Craig Dunn 2017-08-09 14:10:51 -07:00
Родитель 80d151ce94
Коммит 4c80fc02b3
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -279,7 +279,7 @@ namespace GLCameraRipple
wcontainer = new WeakReference<RippleViewController>(container);
}
void CleanupTextures (RippleViewController container)
void CleanupTextures ()
{
if (lumaTexture != null)
lumaTexture.Dispose ();
@ -304,7 +304,7 @@ namespace GLCameraRipple
container.SetupRipple (textureWidth, textureHeight);
}
CleanupTextures (container);
CleanupTextures ();
// Y-plane
GL.ActiveTexture (TextureUnit.Texture0);