Skip to content

Commit

Permalink
refactor: remove unnecessary variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Raigo Kõvask committed Sep 7, 2023
1 parent 87c7301 commit bac5f23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Samples~/WebGLExample/Editor/EditorWindows/ExampleSetup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ namespace ReadyPlayerMe.Samples
public static class ExampleSetup
{
private static readonly string RPM_WEBGL_SCREEN_SHOWN_KEY = "rpm-webgl-screen-shown";
private static bool HasShownScreen = false;
[InitializeOnLoadMethod]
private static void InitializeOnLoad()
{
Expand Down

0 comments on commit bac5f23

Please sign in to comment.