mirror of
https://github.com/DeMuenu/MoonlightVRC.git
synced 2026-05-06 18:22:22 +00:00
Fix Gemini stuff
This commit is contained in:
@@ -85,7 +85,7 @@ public static class LightUpdaterPreview
|
||||
|
||||
static void PushFromBehaviour(LightUpdater src)
|
||||
{
|
||||
int max = Mathf.Max(1, src.maxLights);
|
||||
int max = Mathf.Max(1, LightUpdater.maxLights);
|
||||
EnsureArrays(src, max);
|
||||
|
||||
var c = _cache[src];
|
||||
|
||||
Reference in New Issue
Block a user