mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 04:27:42 +00:00
Material extraction fix; Layer indices
This commit is contained in:
@@ -219,6 +219,7 @@ struct Level
|
||||
struct Layer
|
||||
{
|
||||
HECL::SystemString name;
|
||||
bool active;
|
||||
std::unordered_set<IDType> resources;
|
||||
};
|
||||
std::vector<Layer> layers;
|
||||
|
||||
Reference in New Issue
Block a user