Fix the build.

Change-Id: I0caef1fd522d231d803e0fd9e0b8fdf3272db168
This commit is contained in:
Romain Guy
2010-03-10 22:11:50 -08:00
parent e182a92ae4
commit a8551b1efa

View File

@@ -161,5 +161,9 @@ public class RSSurfaceView extends SurfaceView implements SurfaceHolder.Callback
mRS.destroy();
mRS = null;
}
public void createRenderScript(RenderScriptGL rs) {
mRS = rs;
}
}