Turned off logging and debuging functions.

Test Release
This commit is contained in:
Ghostrider-DbD- 2017-01-23 00:53:49 -05:00
parent 1c4fb03321
commit fdb2a47796

View File

@ -6,8 +6,8 @@
Last modified 10/25/16
*/
//blck_variablesLoaded = false;
blck_debugON = true;
blck_debugLevel = 3; // Sets level of detail for debugging info - WIP.
blck_debugON = false;
blck_debugLevel = 0; // Sets level of detail for debugging info - WIP.
blck_minFPS = 10;
////////////////////////////////////////////////