mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Fix most warnings.
This commit is contained in:
@ -27,7 +27,7 @@ namespace osu.Game.Overlays
|
||||
{
|
||||
public class ChatOverlay : FocusedOverlayContainer, IOnlineComponent
|
||||
{
|
||||
const float textbox_height = 40;
|
||||
private const float textbox_height = 40;
|
||||
|
||||
private ScheduledDelegate messageRequest;
|
||||
|
||||
|
Reference in New Issue
Block a user