mirror of
https://github.com/osukey/osukey.git
synced 2025-06-01 19:07:37 +09:00
CI fixes
This commit is contained in:
parent
12dab6f75c
commit
49f5364e9e
@ -1,7 +1,6 @@
|
|||||||
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
|
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
|
||||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||||
|
|
||||||
using System;
|
|
||||||
using OpenTK;
|
using OpenTK;
|
||||||
using OpenTK.Graphics;
|
using OpenTK.Graphics;
|
||||||
using osu.Framework.Allocation;
|
using osu.Framework.Allocation;
|
||||||
@ -48,7 +47,7 @@ namespace osu.Game.Graphics.Cursor
|
|||||||
private float beatmapCircleSize;
|
private float beatmapCircleSize;
|
||||||
private const float default_beatmap_cs = 5f;
|
private const float default_beatmap_cs = 5f;
|
||||||
|
|
||||||
private float autoScaleMultiplier => autoCursorScale ? (float)(1 - (0.7 * (beatmapCircleSize - 4) / 5)) : 1f;
|
private float autoScaleMultiplier => autoCursorScale ? (float)(1 - 0.7 * (beatmapCircleSize - 4) / 5) : 1f;
|
||||||
|
|
||||||
|
|
||||||
public OsuCursor()
|
public OsuCursor()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user