Skip to content

Commit

Permalink
Merge pull request #2322 from peppy/apply-more-refactors
Browse files Browse the repository at this point in the history
Apply outstanding inspections part #2
  • Loading branch information
smoogipoo committed Apr 3, 2019
2 parents 2d2ec02 + 1b4bdfe commit fede01e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions osu.Framework/Graphics/OpenGL/Textures/TextureGL.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public void Dispose()
{
if (IsDisposed)
return;

IsDisposed = true;

Dispose(true);
Expand Down
1 change: 1 addition & 0 deletions osu.Framework/Graphics/Sprites/FontAwesome.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
// ReSharper disable InconsistentNaming
// ReSharper disable MemberHidesStaticFromOuterClass
// ReSharper disable InvalidXmlDocComment

namespace osu.Framework.Graphics.Sprites
{
public static class FontAwesome
Expand Down

0 comments on commit fede01e

Please sign in to comment.