osu/osu.Game/Graphics
Dean Herbert a62b11606e Attempt to fix NaN fps display
The only thing I can see which could cause this is reading from the `drawClock.ElapsedFrameTime` after the `isSpike` read causing a div-by-zero. Reading the values once at the start should avoid this.
2023-06-17 01:32:45 +09:00
..
Backgrounds Refactor IWorkingBeatmap.Background to GetBackground() 2023-06-08 16:19:32 +09:00
Containers Fix scroll operations in SectionsContainer failing if target moves due to loaded content 2023-06-07 16:32:29 +09:00
Cursor
OpenGL/Vertices
Sprites Add xmldoc 2023-06-12 15:25:45 +09:00
UserInterface Attempt to fix NaN fps display 2023-06-17 01:32:45 +09:00
UserInterfaceV2 Adjust background colour used in LabelledDrawables to allow visibility of sliders 2023-05-31 23:24:21 +09:00
DateTooltip.cs
DrawableDate.cs
ErrorTextFlowContainer.cs
HSPAColour.cs
IHasAccentColour.cs
InputBlockingContainer.cs
OsuColour.cs Rename fetch method to be non-plural to match all others 2023-01-23 15:43:52 +09:00
OsuFont.cs
OsuIcon.cs
ParticleExplosion.cs
ParticleSpewer.cs
ScreenshotManager.cs Use FireAndForget to avoid unobserved exception 2023-06-01 15:50:37 +09:00