mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09: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