Fixed UI Rendering #326
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue