Formats: Change skip string format
Former-commit-id: 75952d298efb69bd9b77df31ee8dc1548442d071
This commit is contained in:
@@ -29,7 +29,7 @@ namespace Nz
|
||||
Ternary Check(Stream& stream, const MeshParams& parameters)
|
||||
{
|
||||
bool skip;
|
||||
if (parameters.custom.GetBooleanParameter("NativeMD2Loader_Skip", &skip) && skip)
|
||||
if (parameters.custom.GetBooleanParameter("SkipNativeMD2Loader", &skip) && skip)
|
||||
return Ternary_False;
|
||||
|
||||
UInt32 magic[2];
|
||||
|
||||
Reference in New Issue
Block a user