Skip to content

Commit

Permalink
fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
burak-58 committed Aug 21, 2023
1 parent 8134511 commit 48e17f0
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -880,10 +880,12 @@ public void initializeParameters() {
}

public void initializeRenderers() {
if(eglBase == null) {
eglBase = EglBase.create();
}
if(renderersInitiated){
return;
}
eglBase = EglBase.create();

if (remoteRendererList != null) {
renderersProvidedAtStart = true;
Expand Down

0 comments on commit 48e17f0

Please sign in to comment.