Skip to content

Commit

Permalink
[Avatar Tool] Fix timeprop import
Browse files Browse the repository at this point in the history
  • Loading branch information
riperiperi committed Sep 29, 2019
1 parent 16023c3 commit 55b1e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TSOClient/FSO.IDE/Utils/GLTFImporter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ public void Process(string filename)
}

var nodes = root.LogicalNodes;
var sceneExtras = root.TryUseExtrasAsDictionary(false);
var sceneExtras = root.LogicalScenes.FirstOrDefault().TryUseExtrasAsDictionary(false);

foreach (var animation in root.LogicalAnimations)
{
Expand Down

0 comments on commit 55b1e28

Please sign in to comment.