mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-12-07 19:57:48 +00:00
chore: use auto instead of repeated types
This commit is contained in:
@@ -37,7 +37,7 @@ namespace
|
||||
return false;
|
||||
|
||||
BSPLinker linker(m_memory, m_search_path, context);
|
||||
const bool result = linker.linkBSP(*bsp);
|
||||
const auto result = linker.linkBSP(*bsp);
|
||||
if (!result)
|
||||
con::error("BSP link has failed.");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user