bug fix: change blck_debugON to false

This commit is contained in:
Ghostrider-DbD- 2016-11-14 14:14:58 -05:00
parent fb9284e3fb
commit 9a3f92a3be

View File

@ -6,7 +6,7 @@
Last modified 10/25/16
*/
//blck_variablesLoaded = false;
blck_debugON = true;
blck_debugON = false;
blck_debugLevel = 3;
blck_minFPS = 10;