- FBX::ImportSettings: fix initialization list order.

pull/28/head
Alexander Gessler 2013-04-08 20:05:19 +02:00
parent 5fe03f692e
commit f6cb467275
1 changed files with 2 additions and 2 deletions

View File

@ -51,13 +51,13 @@ namespace FBX {
struct ImportSettings
{
ImportSettings()
: readAllLayers(true)
: strictMode(true)
, readAllLayers(true)
, readAllMaterials()
, readMaterials(true)
, readCameras(true)
, readLights(true)
, readAnimations(true)
, strictMode(true)
, readWeights(true)
, preservePivots(true)
, optimizeEmptyAnimationCurves(true)