mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 23:07:42 +00:00
Editor/ProjectManager: Be explicit about athena's SeekOrigin type
Allows this code to work if it's ever changed into an enum class.
This commit is contained in:
@@ -129,7 +129,7 @@ bool ProjectManager::openProject(hecl::SystemStringView path) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
r.reset();
|
r.reset();
|
||||||
reader.seek(0, athena::Begin);
|
reader.seek(0, athena::SeekOrigin::Begin);
|
||||||
if (!r.parse(&reader)) {
|
if (!r.parse(&reader)) {
|
||||||
return makeProj(true);
|
return makeProj(true);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user