From 11e52dc3d73751d56cee759ec44bcc5dd0270865 Mon Sep 17 00:00:00 2001 From: Otger Date: Thu, 28 Apr 2016 21:34:31 +0200 Subject: [PATCH] Removed rogue comma --- code/glTFAsset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/glTFAsset.h b/code/glTFAsset.h index 6dac7c942..be3c3e756 100644 --- a/code/glTFAsset.h +++ b/code/glTFAsset.h @@ -827,7 +827,7 @@ namespace glTF void Read(Document& doc); AssetMetadata() - : premultipliedAlpha(false), + : premultipliedAlpha(false) , version(0) { }