Skip to content

Commit

Permalink
Merge 182bc8a into 19844d0
Browse files Browse the repository at this point in the history
  • Loading branch information
kimkulling committed Oct 30, 2018
2 parents 19844d0 + 182bc8a commit 4c71322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/BlenderScene.cpp
Expand Up @@ -203,7 +203,7 @@ template <> void Structure :: Convert<Lamp> (
int temp = 0;
ReadField<ErrorPolicy_Fail>(temp,"type",db);
dest.type = static_cast<Assimp::Blender::Lamp::Type>(temp);
ReadField<ErrorPolicy_Igno>(dest.flags,"flags",db);
ReadField<ErrorPolicy_Igno>(dest.flags,"flag",db);
ReadField<ErrorPolicy_Igno>(dest.colormodel,"colormodel",db);
ReadField<ErrorPolicy_Igno>(dest.totex,"totex",db);
ReadField<ErrorPolicy_Warn>(dest.r,"r",db);
Expand Down

0 comments on commit 4c71322

Please sign in to comment.