mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 17:37:23 +09:00
Fix buffer not being bound
This commit is contained in:
parent
069b77dd23
commit
a44c9d10d7
@ -306,6 +306,7 @@ namespace osu.Game.Graphics.Backgrounds
|
||||
};
|
||||
|
||||
shader.Bind();
|
||||
shader.BindUniformBlock("m_BorderData", borderDataBuffer);
|
||||
|
||||
foreach (TriangleParticle particle in parts)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user