Skip to content

Commit

Permalink
Delete Tmx.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Secre-C committed Oct 9, 2023
1 parent 7b62ec9 commit ebdb04a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 36 deletions.
2 changes: 1 addition & 1 deletion Emulator/SPD.File.Emulator/Spd/SpdBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ private MemoryStream BuildTextureDataStream(int streamSize)
/// <param name="texture">The data slice of the texture to be read.</param>
/// <param name="id">The Id of the new texture.</param>
/// </summary>
public SpdTextureEntry CreateTextureEntry(FileSlice texture, int id)
public static SpdTextureEntry CreateTextureEntry(FileSlice texture, int id)
{
long fileSize = texture.Length;

Expand Down
35 changes: 0 additions & 35 deletions Emulator/SPD.File.Emulator/Spr/Tmx.cs

This file was deleted.

0 comments on commit ebdb04a

Please sign in to comment.