2
0
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:
Jack Andersen
2015-10-12 11:10:38 -10:00
parent 0bd1469773
commit a53cf8aad3
5 changed files with 16 additions and 2 deletions

View File

@@ -219,6 +219,7 @@ struct Level
struct Layer
{
HECL::SystemString name;
bool active;
std::unordered_set<IDType> resources;
};
std::vector<Layer> layers;