mirror of
https://github.com/syoyo/tinygltf.git
synced 2026-08-03 03:48:53 +00:00
Silence MS code analysis tool.
This commit is contained in:
@@ -3671,7 +3671,8 @@ static bool ParseParameterProperty(Parameter *param, std::string *err,
|
||||
// Found a number array.
|
||||
return true;
|
||||
} 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,
|
||||
false)) {
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user