Skip to content

Commit

Permalink
Updated dummy code
Browse files Browse the repository at this point in the history
  • Loading branch information
fkeglevich committed Jan 21, 2019
1 parent e00c421 commit 4469f63
Showing 1 changed file with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,17 @@ public CameraSelector getCameraSelector()
@Override
public GLService getGlService()
{
return runnable -> { /*no op*/ };
return new GLService()
{
@Override
public void postGLRunnable(Runnable runnable)
{ }

@Override
public int getEGLContextVersion()
{
return 2;
}
};
}
}

0 comments on commit 4469f63

Please sign in to comment.