Utility/MaterialData: Remove CustomDefined
Former-commit-id: 3dc61fac4aa014daa8ccb2732bd3010c9b7a3013 [formerly 911c0c99570971d97e69d4a7d544ec1666432c26] [formerly cd5daaf8eb34d687da378f2531714d794b193a42 [formerly 5f58954832a234a14396585247dd18e1101f2918]] Former-commit-id: 22a69eb53fb4e400203bcbf0222a7b338de70ab1 [formerly 3f66b581a5b1c55c288a9226a7791981877ea68e] Former-commit-id: 921e4fe70ce1240e92c0c057ffe4a7678fc58a0b
This commit is contained in:
@@ -173,12 +173,7 @@ int main()
|
||||
|
||||
Nz::String data;
|
||||
if (!matData.GetStringParameter(Nz::MaterialData::FilePath, &data))
|
||||
{
|
||||
if (matData.HasParameter(Nz::MaterialData::CustomDefined))
|
||||
data = "<Custom>";
|
||||
else
|
||||
data = "<No data>";
|
||||
}
|
||||
data = "<Custom>";
|
||||
|
||||
std::cout << "\t" << (i+1) << ": " << data << std::endl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user