Browse Source

Removed debug from blend mode node

flabbet 1 year ago
parent
commit
bc82806739

+ 0 - 2
src/PixiEditor.ChangeableDocument/Changeables/Graph/Nodes/DebugBlendModeNode.cs

@@ -7,7 +7,6 @@ using PixiEditor.Numerics;
 namespace PixiEditor.ChangeableDocument.Changeables.Graph.Nodes;
 namespace PixiEditor.ChangeableDocument.Changeables.Graph.Nodes;
 
 
 // TODO: Add based on debug mode, not debug build.
 // TODO: Add based on debug mode, not debug build.
-#if DEBUG
 [NodeInfo("DebugBlendMode")]
 [NodeInfo("DebugBlendMode")]
 public class DebugBlendModeNode : Node
 public class DebugBlendModeNode : Node
 {
 {
@@ -52,4 +51,3 @@ public class DebugBlendModeNode : Node
 
 
     public override Node CreateCopy() => new DebugBlendModeNode();
     public override Node CreateCopy() => new DebugBlendModeNode();
 }
 }
-#endif

+ 1 - 0
src/PixiEditor/PixiEditor.csproj

@@ -78,6 +78,7 @@
     <AvaloniaResource Include="Data\**"/>
     <AvaloniaResource Include="Data\**"/>
     <AvaloniaResource Include="Data\Languages\**"/>
     <AvaloniaResource Include="Data\Languages\**"/>
     <AvaloniaResource Include="Data\ShortcutActionMaps\**"/>
     <AvaloniaResource Include="Data\ShortcutActionMaps\**"/>
+    <AvaloniaResource Include="Data\BetaExampleFiles\**"/>
   </ItemGroup>
   </ItemGroup>
 
 
   <ItemGroup>
   <ItemGroup>