Set total memory size according to sdkver

This commit is contained in:
eladash 2018-11-20 23:17:53 +02:00 committed by Ani
parent c0eb4965f2
commit 2ea061b9c7
6 changed files with 38 additions and 14 deletions

View file

@ -63,7 +63,7 @@ void kernel_explorer::Update()
{
m_tree->clear();
const auto dct = fxm::get_always<lv2_memory_container>();
const auto dct = fxm::get<lv2_memory_container>();
if (!dct)
{