Skip to content

Commit

Permalink
Remove leftover debug helper.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCallow committed Aug 21, 2023
1 parent c309b8e commit 651e093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/ktxapp.h
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ class ktxApp {
cerr << endl;
}

#if 1//defined(_WIN32) && defined(DEBUG)
#if defined(_WIN32) && defined(DEBUG)
// For use when debugging stdin with Visual Studio which does not have a
// "wait for executable to be launched" choice in its debugger settings.
bool launchDebugger()
Expand Down

0 comments on commit 651e093

Please sign in to comment.