Skip to content

Commit

Permalink
java: must use return var in Engine
Browse files Browse the repository at this point in the history
  • Loading branch information
poweifeng committed Feb 3, 2025
1 parent 4fe852e commit 18f687e
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 18f687e

Please sign in to comment.