Skip to content

Commit

Permalink
Revert "Merge pull request ppy#5928 from frenzibyte/fix-texture-uploa…
Browse files Browse the repository at this point in the history
…d-corruption"

This reverts commit 6e1c69f, reversing
changes made to 298fecf.
  • Loading branch information
frenzibyte committed Jul 14, 2023
1 parent 2bda3a1 commit a94c420
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions osu.Framework/Graphics/Veldrid/VeldridRenderer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,6 @@ protected internal override void FinishFrame()
{
base.FinishFrame();

flushTextureUploadCommands();

BufferUpdateCommands.End();
Device.SubmitCommands(BufferUpdateCommands);

Expand Down

0 comments on commit a94c420

Please sign in to comment.