Skip to content

Commit

Permalink
Fix Texture Budgeting Subsystem
Browse files Browse the repository at this point in the history
  • Loading branch information
datacrystals committed Sep 18, 2022
1 parent 1ef30eb commit 0b77058
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ bool ERS_CLASS_AsyncTextureUpdater::UnloadImageDataRAM(ERS_STRUCT_Texture* Textu
return false;
}


ResourceMonitor_->DeallocateTextureRAMFromBudget(Texture->TextureLevels[Level].LevelMemorySizeBytes);
Texture->TextureLevels[Level].AllocatedRAMBudget = false;

Expand Down

0 comments on commit 0b77058

Please sign in to comment.