Skip to content

Commit

Permalink
updated for 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cibbi committed Dec 31, 2018
1 parent af0c250 commit 7d70fbd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Editor/ToonyStandardGUI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ public override void Update(MaterialEditor materialEditor, MaterialProperty[] pr
EditorGUI.BeginChangeCheck();
if (materialEditor.EmissionEnabledProperty())
{
bool hadEmissionTexture = _Emission.GetGetExtraProperty1().textureValue != null;
//bool hadEmissionTexture = _Emission.GetGetExtraProperty1().textureValue != null;
// Texture and HDR color controls
_Emission.DrawProperty(materialEditor);
// If texture was assigned and color was black set color to white
Expand Down
2 changes: 1 addition & 1 deletion submodules/Simple-inspectors
8 changes: 8 additions & 0 deletions submodules/Simple-inspectors.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7d70fbd

Please sign in to comment.