Added a pause_on_frame debug variable (useful for debugging video)

This commit is contained in:
Matt Hill
2014-04-06 12:19:40 -05:00
parent 47fa2504cb
commit 7817810461
4 changed files with 10 additions and 3 deletions

View File

@@ -104,6 +104,7 @@ class Config
bool debugOcr;
bool debugPostProcess;
bool debugShowImages;
bool debugPauseOnFrame;
void debugOff();