Skip to content

Commit 68fdbcc

Browse files
committed
fix variable should be capitalized for 2018.3 or later
1 parent 04e3449 commit 68fdbcc

File tree

1 file changed

+1
-1
lines changed
  • com.unity.formats.fbx/Editor/Sources/Recorders/FbxRecorder

1 file changed

+1
-1
lines changed

com.unity.formats.fbx/Editor/Sources/Recorders/FbxRecorder/FbxRecorder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ protected override void EndRecording(RecordingSession session)
4343
options.keyframeReduction = false;
4444
aInput.GameObjectRecorder.SaveToClip(clip, settings.FrameRate, options);
4545
#else
46-
aInput.gameObjectRecorder.SaveToClip(clip, settings.FrameRate);
46+
aInput.GameObjectRecorder.SaveToClip(clip, settings.FrameRate);
4747
#endif
4848
var root = ((AnimationInputSettings)aInput.settings).gameObject;
4949
clip.name = "recorded_clip";

0 commit comments

Comments
 (0)