We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a69c98f + d34ee67 commit 98e6aedCopy full SHA for 98e6aed
Assets/FbxExporters/Editor/UnitTests/FbxCameraTests.cs
@@ -23,7 +23,7 @@ public void AnimationWithCameraFOVTest()
23
string filename = GetRandomFbxFilePath();
24
GameObject go = new GameObject();
25
go.name = "originalCamera";
26
- Camera camera = go.AddComponent(typeof(Camera)) as Camera;
+ go.AddComponent(typeof(Camera));
27
Animation anim = go.AddComponent(typeof(Animation)) as Animation;
28
29
Keyframe[] keys = new Keyframe[3];
0 commit comments