Utility/MaterialData: Remove CustomDefined
Former-commit-id: 4c3c2012ae06bdc4679fed40ee6ad50027664a8f [formerly d0454f47bbecdbb2513d7afc629b00b53543f671] [formerly 07f50ad9e366215fc51280232c26cc8cdbf8236d [formerly 27fbbc6106dc22f72d3ddb382049672e82833cd8]] Former-commit-id: e45fd2e87fcadbdf0a56c410d6c1ff36d9ea4b4a [formerly 0453e3ba57d326859fc78105b741cd7f1cb97bd6] Former-commit-id: 9f7082ef9da8e8baefaef5c141e630ba99b32a83
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