Visual Studio refactoring

master
Vectozavr 2021-11-01 13:42:21 +07:00
parent 7dd4a185e3
commit 82118c4e02
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ namespace Consts {
const std::string PROJECT_NAME = "engine"; const std::string PROJECT_NAME = "engine";
const bool USE_LOG_FILE = true; const bool USE_LOG_FILE = true;
const bool USE_OPEN_GL = 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 bool SHOW_FPS_COUNTER = true;
const double PI = 3.14159265358979323846264338327950288; const double PI = 3.14159265358979323846264338327950288;