fix: error en Assett::getTypeName(), faltava especificar DEMODATA
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -127,6 +127,8 @@ std::string Asset::getTypeName(AssetType type) const
|
||||
return "LANG";
|
||||
case AssetType::DATA:
|
||||
return "DATA";
|
||||
case AssetType::DEMODATA:
|
||||
return "DEMODATA";
|
||||
case AssetType::ANIMATION:
|
||||
return "ANIMATION";
|
||||
case AssetType::PALETTE:
|
||||
|
||||
Reference in New Issue
Block a user