Skip to content

Commit

Permalink
Remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
kristiker committed May 24, 2024
1 parent 7d9a8c0 commit 2c243c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions GUI/Types/Renderer/GLSceneViewer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ internal abstract class GLSceneViewer : GLViewerControl, IDisposable

private readonly List<RenderModes.RenderMode> renderModes = new(RenderModes.Items.Count);
private int renderModeCurrentIndex;
private RenderTexture BlueNoiseTexture; // ideally we would store this in Textures but accessing it and only it from a list becomes terrible
private Font renderModeBoldFont;
private ComboBox renderModeComboBox;
private InfiniteGrid baseGrid;
Expand Down Expand Up @@ -192,7 +191,7 @@ public virtual void PreSceneLoad()

try
{
Stream blueNoiseStream; // Same method as brdf
Stream blueNoiseStream; // Same method as brdf

if (blueNoiseResource == null)
{
Expand Down

0 comments on commit 2c243c9

Please sign in to comment.