Fix output of glTF 1 version string
authorDaniel Hritzkiv <daniel.hritzkiv@gmail.com>
Thu, 19 Oct 2017 16:38:11 +0000 (12:38 -0400)
committerDaniel Hritzkiv <daniel.hritzkiv@gmail.com>
Thu, 19 Oct 2017 16:43:52 +0000 (12:43 -0400)
commit5eaf083fbd1313431d28ea4fcac4e9775b289003
tree0850fdf7770cb787e8eb2d1bbf238a9f16be6c27
parent130c25eadb87455a7bfce5580ad08541989872f4
Fix output of glTF 1 version string

Was writing out “\u0001” instead of “1.0” as the data types were incorrect
code/glTFExporter.cpp