Update ReplayStudio (fixes #368)

e7d5bf5 Fix wrap around for LinearInterpolator
This commit is contained in:
Jonas Herzig
2021-02-17 02:57:10 +01:00
parent cdb93a1716
commit c54638db30

View File

@@ -312,7 +312,7 @@ dependencies {
shadow 'com.github.ReplayMod.JavaBlend:2.79.0:a0696f8' 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){ implementation(jGui){
transitive = false // FG 1.2 puts all MC deps into the compile configuration and we don't want to shade those transitive = false // FG 1.2 puts all MC deps into the compile configuration and we don't want to shade those