Skip to content

Commit

Permalink
Change launcher's star calculator to the newest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Wieku committed Oct 23, 2024
1 parent 4614d98 commit 892507e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/database/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/karrick/godirwalk"
_ "github.com/mattn/go-sqlite3"
"github.com/wieku/danser-go/app/beatmap"
"github.com/wieku/danser-go/app/rulesets/osu/performance/pp220930"
"github.com/wieku/danser-go/app/rulesets/osu/performance/pp241007"
"github.com/wieku/danser-go/app/settings"
"github.com/wieku/danser-go/app/utils"
"github.com/wieku/danser-go/framework/env"
Expand Down Expand Up @@ -41,7 +41,7 @@ var migrations []Migration

var songsDir string

var difficultyCalc = pp220930.NewDifficultyCalculator()
var difficultyCalc = pp241007.NewDifficultyCalculator()

func Init() error {
log.Println("DatabaseManager: Initializing database...")
Expand Down

0 comments on commit 892507e

Please sign in to comment.