passed string by value dum dum brandon

This commit is contained in:
Brandon Mak 2023-01-30 16:46:14 +08:00
parent c45c469c8e
commit 89b101f3e5
1 changed files with 1 additions and 1 deletions

View File

@ -1185,7 +1185,7 @@ namespace SHADE
return fontLibrary;
}
Handle <SHSubpass> const& SHGraphicsSystem::GetUsableSubpass(std::string subpassName) const noexcept
Handle <SHSubpass> const& SHGraphicsSystem::GetUsableSubpass(std::string const& subpassName) const noexcept
{
if (usableSubpassesMapping.contains(subpassName))
{