Skip to content

Commit

Permalink
Fixes #10 freezing with some gifs upon initial resize
Browse files Browse the repository at this point in the history
  • Loading branch information
dtugend committed Feb 15, 2022
1 parent 69c583d commit e3a3892
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions afx-cefhud-interop/assets/examples/default/drawing.html
Original file line number Diff line number Diff line change
Expand Up @@ -906,6 +906,7 @@ <h2>Last game events:</h2>
if(e && e.soft) {
if(gameSurfaceRef[0]) await Utils.toPromise(gameSurfaceRef[0], "release");
if(cefTextureSuraceLevel0Ref[0]) await Utils.toPromise(cefTextureSuraceLevel0Ref[0], "release");
return;
}

throw e;
Expand Down

0 comments on commit e3a3892

Please sign in to comment.