Skip to content

Commit

Permalink
java: must use return var in Engine (#8409)
Browse files Browse the repository at this point in the history
  • Loading branch information
poweifeng committed Feb 4, 2025
1 parent 71b193a commit 0131858
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1271,7 +1271,7 @@ public EntityManager getEntityManager() {
* {@link android.view.SurfaceHolder.Callback#surfaceDestroyed surfaceDestroyed}.</p>
*/
public void flushAndWait() {
flushAndWait(Fence.WAIT_FOR_EVER);
boolean unused = flushAndWait(Fence.WAIT_FOR_EVER);
}

/**
Expand Down

0 comments on commit 0131858

Please sign in to comment.