Skip to content

Commit

Permalink
Merge pull request #25 from AnnulusGames/fix-fixedstring512bytes-burs…
Browse files Browse the repository at this point in the history
…t-missing

Fix: FixedString512Bytes MotionUpdateJob is not registered
  • Loading branch information
AnnulusGames committed Dec 31, 2023
2 parents 7e80fee + 01434fb commit 11bef10
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
[assembly: RegisterGenericJobType(typeof(MotionUpdateJob<FixedString32Bytes, StringOptions, FixedString32BytesMotionAdapter>))]
[assembly: RegisterGenericJobType(typeof(MotionUpdateJob<FixedString64Bytes, StringOptions, FixedString64BytesMotionAdapter>))]
[assembly: RegisterGenericJobType(typeof(MotionUpdateJob<FixedString128Bytes, StringOptions, FixedString128BytesMotionAdapter>))]
[assembly: RegisterGenericJobType(typeof(MotionUpdateJob<FixedString512Bytes, StringOptions, FixedString512BytesMotionAdapter>))]
[assembly: RegisterGenericJobType(typeof(MotionUpdateJob<FixedString4096Bytes, StringOptions, FixedString4096BytesMotionAdapter>))]

namespace LitMotion.Adapters
Expand Down

0 comments on commit 11bef10

Please sign in to comment.