Skip to content

Commit

Permalink
Fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
durswd committed Jan 30, 2024
1 parent b29f251 commit 3ab42e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dev/Plugin/Assets/Effekseer/Scripts/EffekseerSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ internal void Update(float deltaTime, float unsacaledDeltaTime)

ApplyLightingToNative();

UpdateRendererState();
GL.IssuePluginEvent(Plugin.EffekseerGetUpdateStateFunc(), 0);
}

/// <summary>
Expand Down

0 comments on commit 3ab42e6

Please sign in to comment.