Skip to content

Commit

Permalink
Fixed: Material is not set automatically #7
Browse files Browse the repository at this point in the history
  • Loading branch information
Takashi Sakai committed Apr 9, 2018
1 parent e377e7f commit 70bcdf5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Assets/ShinyEffectForUGUI/ShinyEffectForUGUI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace Coffee.UIExtensions
/// </summary>
[ExecuteInEditMode]
[DisallowMultipleComponent]
public class ShinyEffectForUGUI : BaseMeshEffect
public class ShinyEffectForUGUI : BaseMeshEffect, ISerializationCallbackReceiver
{
//################################
// Constant or Static Members.
Expand Down Expand Up @@ -166,8 +166,6 @@ public override void ModifyMesh(VertexHelper vh)
//################################
// Private Members.
//################################
static readonly List<UIVertex> s_Verts = new List<UIVertex>();

/// <summary>
/// Mark the UIEffect as dirty.
/// </summary>
Expand Down

0 comments on commit 70bcdf5

Please sign in to comment.