Skip to content
Snippets Groups Projects
Commit a67523b8 authored by Anthony Morley's avatar Anthony Morley
Browse files

Correct Cache size

parent db9fa2e5
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,7 @@ public:
//!< Garbage bin for TrackParameter objects
std::vector<std::unique_ptr<const TrackParameters>> m_tpGarbageBin;
Cache() { m_materialEffectsCaches.reserve(72); }
Cache() { m_materialEffectsCaches.reserve(12); }
void reset()
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment