From 3ab42e6af576e6b2c71d06c4e7292a704baf2f69 Mon Sep 17 00:00:00 2001 From: durswd Date: Tue, 30 Jan 2024 21:37:55 +0900 Subject: [PATCH] Fix compile --- Dev/Plugin/Assets/Effekseer/Scripts/EffekseerSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dev/Plugin/Assets/Effekseer/Scripts/EffekseerSystem.cs b/Dev/Plugin/Assets/Effekseer/Scripts/EffekseerSystem.cs index a9c5c25..1566414 100644 --- a/Dev/Plugin/Assets/Effekseer/Scripts/EffekseerSystem.cs +++ b/Dev/Plugin/Assets/Effekseer/Scripts/EffekseerSystem.cs @@ -616,7 +616,7 @@ internal void Update(float deltaTime, float unsacaledDeltaTime) ApplyLightingToNative(); - UpdateRendererState(); + GL.IssuePluginEvent(Plugin.EffekseerGetUpdateStateFunc(), 0); } ///