Skip to content

Commit

Permalink
GC retention fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuken committed Dec 11, 2023
1 parent f1e4bde commit 774bfa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arc-core/src/arc/graphics/g2d/SortedSpriteBatch.java
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ protected void flushRequests(){

if(req.run != null){
req.run.run();
req.run = null;
}else if(req.texture != null){
super.draw(req.texture, req.vertices, 0, req.vertices.length);
}else{
Expand Down

0 comments on commit 774bfa9

Please sign in to comment.