Skip to content

Commit

Permalink
Update BASS FX
Browse files Browse the repository at this point in the history
  • Loading branch information
kairusds committed Jan 8, 2022
1 parent 13f19b5 commit a85eb96
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
Binary file modified LibBASS/src/main/jniLibs/arm64-v8a/libbass_fx.so
Binary file not shown.
Binary file modified LibBASS/src/main/jniLibs/armeabi-v7a/libbass_fx.so
Binary file not shown.
Binary file modified LibBASS/src/main/jniLibs/x86/libbass_fx.so
Binary file not shown.
Binary file modified LibBASS/src/main/jniLibs/x86_64/libbass_fx.so
Binary file not shown.
1 change: 0 additions & 1 deletion src/ru/nsu/ccfit/zuev/osu/game/GameScene.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
import ru.nsu.ccfit.zuev.osu.Config;
import ru.nsu.ccfit.zuev.osu.Constants;
import ru.nsu.ccfit.zuev.osu.GlobalManager;
import ru.nsu.ccfit.zuev.osu.MainActivity;
import ru.nsu.ccfit.zuev.osu.OSUParser;
import ru.nsu.ccfit.zuev.osu.PropertiesLibrary;
import ru.nsu.ccfit.zuev.osu.RGBAColor;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,5 @@ public void onSliderTracking() {
public void onSliderEnd() {
registerEntityModifier(clickOutModifier());
}

}

0 comments on commit a85eb96

Please sign in to comment.