Skip to content

Commit

Permalink
Merge pull request #35 from Nytra/FixArithmeticDriver
Browse files Browse the repository at this point in the history
Fix arithmetic driver generic types group
  • Loading branch information
Xlinka authored Jun 28, 2024
2 parents 34deeba + 1f4adea commit 1437c0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public enum ArithmeticMode
}

[Category(new string[] { "Obsidian/Transform/Drivers" })]
[GenericTypes(GenericTypesAttribute.Group.Primitives)]
[GenericTypes(GenericTypesAttribute.Group.EnginePrimitives)]
public class MultiValueArithmeticDriver<T> : Component
{
public static bool IsValidGenericType => Coder<T>.SupportsAddSub;
Expand Down

0 comments on commit 1437c0e

Please sign in to comment.