Skip to content

Commit

Permalink
Some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sekoree committed Jul 14, 2022
1 parent 1e497d4 commit 4557e6a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion SekoRenderer/FFT.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using System.Numerics;
using System;
using System.Numerics;

namespace SekoRenderer;

Expand Down
5 changes: 4 additions & 1 deletion SekoRenderer/Renderer.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
using System.Numerics;
using System;
using System.Collections.Generic;
using System.IO;
using System.Numerics;
using System.Security.Cryptography;
using System.Text;
using System.Text.RegularExpressions;
Expand Down

0 comments on commit 4557e6a

Please sign in to comment.