Formats: Change skip string format
Former-commit-id: 75952d298efb69bd9b77df31ee8dc1548442d071
This commit is contained in:
@@ -46,7 +46,7 @@ namespace Nz
|
||||
Ternary Check(Stream& stream, const ImageParams& parameters)
|
||||
{
|
||||
bool skip;
|
||||
if (parameters.custom.GetBooleanParameter("NativeSTBLoader_Skip", &skip) && skip)
|
||||
if (parameters.custom.GetBooleanParameter("SkipNativeSTBLoader", &skip) && skip)
|
||||
return Ternary_False;
|
||||
|
||||
int width, height, bpp;
|
||||
|
||||
Reference in New Issue
Block a user