Skip to content

Commit

Permalink
I guess the debug window never existed?
Browse files Browse the repository at this point in the history
  • Loading branch information
zzm634 committed Oct 30, 2021
1 parent efc94b0 commit 152b989
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions UVTextureReverser/ScanWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ public ScanWindow(ISTextureScan scan) {
// debugWindow = new ScanDebugWindow();
// debugWindow.Show();
}

private ScanDebugWindow debugWindow;

private static void textureScanNextStep(Object ow) {
ScanWindow w = (ScanWindow)ow;

Expand Down Expand Up @@ -49,9 +46,6 @@ public void updateScanState(bool writeTexture) {
if (writeTexture) {
this.scan.updateScanTexture();
}
if (debugWindow != null) {
debugWindow.update(this.scan);
}
}

private void NextButton_Click(object sender, RoutedEventArgs e) {
Expand Down

0 comments on commit 152b989

Please sign in to comment.