mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Fix one-frame issues
This commit is contained in:
parent
d1c976880c
commit
7ffc597a8e
@ -49,6 +49,10 @@ namespace osu.Game.Rulesets.Edit
|
||||
|
||||
RelativeSizeAxes = Axes.Both;
|
||||
|
||||
// This is required to allow the blueprint's position to be updated via OnMouseMove/Handle
|
||||
// on the same frame it is made visible via a PlacementState change.
|
||||
AlwaysPresent = true;
|
||||
|
||||
Alpha = 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user