mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Update ModelManager.cs
whitespace oopsies
This commit is contained in:
parent
992f9c2f01
commit
a1f0a9c759
1 changed files with 1 additions and 2 deletions
|
|
@ -19,7 +19,6 @@ using SharpGLTF.Scenes;
|
|||
using SixLabors.ImageSharp;
|
||||
using SixLabors.ImageSharp.PixelFormats;
|
||||
|
||||
|
||||
namespace Penumbra.Import.Models;
|
||||
|
||||
using Schema2 = SharpGLTF.Schema2;
|
||||
|
|
@ -34,7 +33,6 @@ public sealed class ModelManager(IFramework framework, MetaFileManager metaFileM
|
|||
|
||||
private bool _disposed;
|
||||
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
_disposed = true;
|
||||
|
|
@ -334,3 +332,4 @@ public sealed class ModelManager(IFramework framework, MetaFileManager metaFileM
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue