Skip to content

Commit

Permalink
Change MewLoop initialize timing
Browse files Browse the repository at this point in the history
  • Loading branch information
mewlist committed Jan 25, 2024
1 parent 894a987 commit bb7aabc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Runtime/MewLoop/MewLoopUnityInitializer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public struct MewManualUpdate { }
public static class MewLoopUnityInitializer
{

[RuntimeInitializeOnLoadMethod(RuntimeInitializeLoadType.BeforeSceneLoad)]
[RuntimeInitializeOnLoadMethod(RuntimeInitializeLoadType.SubsystemRegistration)]
private static void Init()
{
Register<MewUnityEarlyUpdate, EarlyUpdate>();
Expand Down

0 comments on commit bb7aabc

Please sign in to comment.