mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-03-09 22:43:03 +00:00
chore: replace all usages of removed ClassUtils macros
This commit is contained in:
@@ -1041,7 +1041,7 @@ namespace
|
||||
{
|
||||
}
|
||||
|
||||
_NODISCARD const LoadedTechnique* LoadMaterialTechnique(const std::string& techniqueName) const
|
||||
[[nodiscard]] const LoadedTechnique* LoadMaterialTechnique(const std::string& techniqueName) const
|
||||
{
|
||||
auto* technique = m_zone_state.FindLoadedTechnique(techniqueName);
|
||||
if (technique)
|
||||
|
||||
Reference in New Issue
Block a user