Merge branch 'master' into bubble_mod_implementation_clean

This commit is contained in:
Dean Herbert
2023-05-02 16:59:55 +09:00
224 changed files with 3286 additions and 1193 deletions

View File

@ -276,7 +276,7 @@ namespace osu.Game.Rulesets.Mods
};
shader.Bind();
shader.BindUniformBlock("m_FlashlightParameters", flashlightParametersBuffer);
shader.BindUniformBlock(@"m_FlashlightParameters", flashlightParametersBuffer);
renderer.DrawQuad(renderer.WhitePixel, screenSpaceDrawQuad, DrawColourInfo.Colour, vertexAction: addAction);