Browse Source

Fix text color for black background terminals

DricomDragon 4 years ago
parent
commit
0c66fa5892
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main.cc

+ 1 - 1
main.cc

@@ -172,7 +172,7 @@ class World
 							break;
 					}
 
-					if (DEFAULT_COLOR_ENABLE) cout << "\033[0;30m";
+					if (DEFAULT_COLOR_ENABLE) cout << "\033[0m";
 				}
 
 				cout << endl;