Skip to content

Commit

Permalink
Fixed code warnings (#79)
Browse files Browse the repository at this point in the history
* Set method to static.

* Removed unused variables.
  • Loading branch information
neogeek committed Feb 9, 2019
1 parent a98eed4 commit f243ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Editor/TestSetup.cs
Expand Up @@ -5,7 +5,7 @@ public class TestSetup
{

[SetUp]
public void ResetScene()
public static void ResetScene()
{

EditorSceneManager.NewScene(NewSceneSetup.EmptyScene);
Expand Down

0 comments on commit f243ddd

Please sign in to comment.