From c54638db30b9f1f0f121f53555a581c65422f2f2 Mon Sep 17 00:00:00 2001 From: Jonas Herzig Date: Wed, 17 Feb 2021 02:57:10 +0100 Subject: [PATCH] Update ReplayStudio (fixes #368) e7d5bf5 Fix wrap around for LinearInterpolator --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2c5f90f8..a6b54dcb 100644 --- a/build.gradle +++ b/build.gradle @@ -312,7 +312,7 @@ dependencies { shadow 'com.github.ReplayMod.JavaBlend:2.79.0:a0696f8' - shadow "com.github.ReplayMod:ReplayStudio:dac74cc", shadeExclusions + shadow "com.github.ReplayMod:ReplayStudio:e7d5bf5", shadeExclusions implementation(jGui){ transitive = false // FG 1.2 puts all MC deps into the compile configuration and we don't want to shade those