From 82118c4e02478e8ced5393acef60088b0844a107 Mon Sep 17 00:00:00 2001 From: Vectozavr <60608292+vectozavr@users.noreply.github.com> Date: Mon, 1 Nov 2021 13:42:21 +0700 Subject: [PATCH] Visual Studio refactoring --- engine/Consts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/Consts.h b/engine/Consts.h index 5224041..e46237e 100644 --- a/engine/Consts.h +++ b/engine/Consts.h @@ -16,7 +16,7 @@ namespace Consts { const std::string PROJECT_NAME = "engine"; const bool USE_LOG_FILE = true; const bool USE_OPEN_GL = true; - const bool SHOW_DEBUG_INFO = true; + const bool SHOW_DEBUG_INFO = false; const bool SHOW_FPS_COUNTER = true; const double PI = 3.14159265358979323846264338327950288;