mirror of
https://github.com/ppy/osu.git
synced 2026-06-03 14:24:18 +08:00
Use custom vertex shader for logo animation
This commit is contained in:
@@ -18,7 +18,7 @@ namespace osu.Game.Graphics.Sprites
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(ShaderManager shaders)
|
||||
{
|
||||
TextureShader = shaders.Load(VertexShaderDescriptor.TEXTURE_2, @"LogoAnimation");
|
||||
TextureShader = shaders.Load(@"LogoAnimation", @"LogoAnimation");
|
||||
}
|
||||
|
||||
private float animationProgress;
|
||||
|
||||
Reference in New Issue
Block a user