Make ScreenshotManager a Component

Co-Authored-By: Salman Ahmed <email@iisalman.me>
This commit is contained in:
UselessToucan
2020-02-06 23:22:30 +03:00
committed by GitHub
parent 83b2b63d2c
commit 4495192c25

View File

@ -22,7 +22,7 @@ using SixLabors.ImageSharp;
namespace osu.Game.Graphics
{
public class ScreenshotManager : Drawable, IKeyBindingHandler<GlobalAction>, IHandleGlobalKeyboardInput
public class ScreenshotManager : Component, IKeyBindingHandler<GlobalAction>, IHandleGlobalKeyboardInput
{
private readonly BindableBool cursorVisibility = new BindableBool(true);