Skip to content

Commit b57d02f

Browse files
authored
Merge pull request #27 from umasteeringgroup/hotfix-uma26-powertoolsIntegration
Fixing the fallback flag
2 parents 05fa596 + e953595 commit b57d02f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UMAProject/Assets/UMA/Core/StandardAssets/UMA/Scripts/Editor/Integrations/PowerToolsIntegration/UMALODConversionSetEditor.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
namespace UMA.Integrations.PowerTools
55
{
6-
[CustomEditor(typeof(UMALODConversionSet), isFallback = false)]
6+
[CustomEditor(typeof(UMALODConversionSet), isFallback = true)]
77
public class UMALODConversionSetEditor : Editor
88
{
99
public override void OnInspectorGUI()

0 commit comments

Comments
 (0)