Removed rogue comma

This commit is contained in:
Otger
2016-04-28 21:34:31 +02:00
parent 2fe401fc54
commit 11e52dc3d7

View File

@@ -827,7 +827,7 @@ namespace glTF
void Read(Document& doc);
AssetMetadata()
: premultipliedAlpha(false),
: premultipliedAlpha(false)
, version(0)
{
}