Skip to content

Commit

Permalink
fix #44; v2.2.0 has 2 warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mob-sakai committed Feb 26, 2019
1 parent 4c26006 commit 6c2ed22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Scripts/UIParticle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ public enum ShaderPropertyType
};

[SerializeField]
string m_Name;
string m_Name = "";
[SerializeField]
ShaderPropertyType m_Type;
ShaderPropertyType m_Type = ShaderPropertyType.Vector;
public int id { get; private set; }
public ShaderPropertyType type { get { return m_Type; } }

Expand Down

0 comments on commit 6c2ed22

Please sign in to comment.