mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-08-15 04:45:54 +08:00
Silence MS code analysis tool.
This commit is contained in:
parent
240d993f94
commit
b12a54ed15
@ -3671,7 +3671,8 @@ static bool ParseParameterProperty(Parameter *param, std::string *err,
|
|||||||
// Found a number array.
|
// Found a number array.
|
||||||
return true;
|
return true;
|
||||||
} else if (ParseNumberProperty(¶m->number_value, err, o, prop, false)) {
|
} else if (ParseNumberProperty(¶m->number_value, err, o, prop, false)) {
|
||||||
return param->has_number_value = true;
|
param->has_number_value = true;
|
||||||
|
return true;
|
||||||
} else if (ParseJSONProperty(¶m->json_double_value, err, o, prop,
|
} else if (ParseJSONProperty(¶m->json_double_value, err, o, prop,
|
||||||
false)) {
|
false)) {
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user