Skip to content

Commit

Permalink
pp: Fix regression after recent iffc refactors
Browse files Browse the repository at this point in the history
  • Loading branch information
l3lackShark committed Sep 28, 2020
1 parent 7a9abb7 commit cb43f47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pp/iffc.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ func readFCData(data *PPfc, ezfc C.ezpp_t, acc C.float) error {
ifRestSSACC = math.Round(ifRestSSACC*100) / 100
C.ezpp_set_accuracy_percent(ezfc, C.float(ifRestSSACC))
ifRestSS := C.ezpp_pp(ezfc)
C.ezpp_set_combo(ezfc, C.int(-1))
C.ezpp_set_accuracy_percent(ezfc, C.float(acc))
//C.ezpp_set_score_version(ezfc)
*data = PPfc{
Expand Down

0 comments on commit cb43f47

Please sign in to comment.