Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
weeeBox committed Dec 20, 2016
1 parent ff58730 commit eec8b9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project/Assets/LunarPlugin/Editor/Core/CAutorun.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
namespace LunarEditor
{
[InitializeOnLoad]
partial class Autorun
partial class CAutorun
{
private static bool isPlaying;

static Autorun()
static CAutorun()
{
isPlaying = EditorApplication.isPlaying;

Expand Down

0 comments on commit eec8b9e

Please sign in to comment.