Fixed UI Rendering #326

Merged
Xenosas1337 merged 13 commits from SP3-1-Rendering into main 2023-01-31 22:53:04 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 89b101f3e5 - Show all commits

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))
{