Removed rogue comma
This commit is contained in:
@@ -827,7 +827,7 @@ namespace glTF
|
||||
void Read(Document& doc);
|
||||
|
||||
AssetMetadata()
|
||||
: premultipliedAlpha(false),
|
||||
: premultipliedAlpha(false)
|
||||
, version(0)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user