mirror of
https://github.com/osukey/osukey.git
synced 2025-05-07 22:57:31 +09:00
Fix incorrect constant
This commit is contained in:
parent
19e0b9085c
commit
a985151e31
@ -100,7 +100,7 @@ namespace osu.Game.Rulesets.Catch.Skinning.Argon
|
|||||||
|
|
||||||
// relative to time on screen
|
// relative to time on screen
|
||||||
const float lens_flare_start = 0.3f;
|
const float lens_flare_start = 0.3f;
|
||||||
const float lens_flare_end = 0.3f;
|
const float lens_flare_end = 0.8f;
|
||||||
|
|
||||||
// Undo some of the parent scale being applied to make the lens flare feel a bit better..
|
// Undo some of the parent scale being applied to make the lens flare feel a bit better..
|
||||||
float scale = parent_scale_application + (1 - parent_scale_application) * (1 / (ObjectState.DisplaySize.X / (CatchHitObject.OBJECT_RADIUS * 2)));
|
float scale = parent_scale_application + (1 - parent_scale_application) * (1 / (ObjectState.DisplaySize.X / (CatchHitObject.OBJECT_RADIUS * 2)));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user