diff options
Diffstat (limited to 'src/RendererSectionData.cpp')
-rw-r--r-- | src/RendererSectionData.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RendererSectionData.cpp b/src/RendererSectionData.cpp index fb2135a..d066141 100644 --- a/src/RendererSectionData.cpp +++ b/src/RendererSectionData.cpp @@ -59,7 +59,7 @@ const BlockModel* GetInternalBlockModel(const BlockId& id, std::vector<std::pair if (it.first == id) return it.second; } - idModels.push_back(std::make_pair(id, AssetManager::Instance().GetBlockModelByBlockId(id))); + idModels.push_back(std::make_pair(id, AssetManager::GetBlockModelByBlockId(id))); return idModels.back().second; } |