Removed rogue comma

pull/868/head
Otger 2016-04-28 21:34:31 +02:00
parent 2fe401fc54
commit 11e52dc3d7
1 changed files with 1 additions and 1 deletions

View File

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