File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
com.unity.visualeffectgraph Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8686- Remove some shader warnings
8787- Fixed Sample Flipbook Texture File Names
8888- Don't lose SRP output specific data when SRP package is not present
89- - Support of flag settings in model inspector
9089
9190## [ 7.1.1] - 2019-09-05
9291### Added
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ public virtual void DoInspectorGUI()
7171 prop . Value . stringValue = strings [ result ] ;
7272 }
7373 }
74- else if ( prop . Key . FieldType . IsEnum && prop . Key . FieldType . GetCustomAttributes ( typeof ( FlagsAttribute ) , false ) . Length == 0 )
74+ else if ( prop . Key . FieldType . IsEnum )
7575 {
7676 GUIContent [ ] enumNames = null ;
7777 int [ ] enumValues = null ;
You can’t perform that action at this time.
0 commit comments