Skip to content

Commit

Permalink
Update src/Layers/xrRender/ResourceManager_Reset.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Jul 18, 2023
1 parent 1e8a391 commit ef01de7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Layers/xrRender/ResourceManager_Reset.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ void CResourceManager::reset_end()
// RT
const size_t buffer_size = m_rtargets.size() * sizeof(CRT*);
buffer_vector<CRT*> sorted_rts(xr_alloca(buffer_size), m_rtargets.size());
sorted_rts.reserve(m_rtargets.size());
for (auto& rt_pair : m_rtargets)
sorted_rts.push_back(rt_pair.second);

Expand Down

0 comments on commit ef01de7

Please sign in to comment.