Skip to content

Instantly share code, notes, and snippets.

View Erinaaaaaaa's full-sized avatar

Erina ✨ Erinaaaaaaa

  • 13:31 (UTC +02:00)
View GitHub Profile
@Erinaaaaaaa
Erinaaaaaaa / NoteContainer.cs
Last active May 31, 2020 21:03
DrawSizePreservingFillContainer not behaving as expected when parent is padded (ppy/osu-framework issue #3592)
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Shapes;
using osuTK;
using osuTK.Graphics;
namespace ProjectDiba.Game.Graphics.RhythmGame
{
public class NoteContainer : CompositeDrawable
{