Skip to content

Commit

Permalink
Change default grid size
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin Schürz committed Jan 17, 2025
1 parent 1ae9c7c commit c1883c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/beatmap/BeatmapInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export class BeatmapInfo extends SharedObject {
this.beatDivisorBindable.value = value;
}

readonly gridSizeBindable = new BindableNumber(0);
readonly gridSizeBindable = new BindableNumber(16);

get gridSize() {
return this.gridSizeBindable.value;
Expand Down

0 comments on commit c1883c9

Please sign in to comment.