Convert all remaining enums to enum classes (!)
This commit is contained in:
@@ -1016,7 +1016,7 @@ namespace Nz::ShaderLang
|
||||
|
||||
ShaderAst::StatementPtr Parse(const std::filesystem::path& sourcePath)
|
||||
{
|
||||
File file(sourcePath);
|
||||
File file(sourcePath);
|
||||
if (!file.Open(OpenMode::ReadOnly | OpenMode::Text))
|
||||
{
|
||||
NazaraError("Failed to open \"" + sourcePath.generic_u8string() + '"');
|
||||
|
||||
Reference in New Issue
Block a user