Removed rogue comma
parent
2fe401fc54
commit
11e52dc3d7
|
@ -827,7 +827,7 @@ namespace glTF
|
|||
void Read(Document& doc);
|
||||
|
||||
AssetMetadata()
|
||||
: premultipliedAlpha(false),
|
||||
: premultipliedAlpha(false)
|
||||
, version(0)
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue