add DEBUG::TrackDrag to help try to track down #9711

This commit is contained in:
Paul Davis 2024-05-28 20:52:35 -06:00
parent 875e89ff67
commit 7f82b918ae
3 changed files with 4 additions and 0 deletions

View file

@ -32,6 +32,7 @@ namespace PBD {
extern DebugBits GUITiming;
extern DebugBits EngineControl;
extern DebugBits GuiStartup;
extern DebugBits TrackDrag;
}
}