Skip to content

Commit

Permalink
Update FbxConverter.h
Browse files Browse the repository at this point in the history
Applied libgdx#102
  • Loading branch information
schedul-xor authored Mar 3, 2019
1 parent 2be464f commit c4afd5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/readers/FbxConverter.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ namespace readers {

if (scene) {
FbxAxisSystem axis(defaultUpAxis, defaultFrontAxis, defaultCoordSystem);
axis.ConvertScene(scene);
// axis.ConvertScene(scene);
}
if (scene)
checkNodes();
Expand Down

0 comments on commit c4afd5a

Please sign in to comment.