Have to force the terminal detected by FTXUI to use full color no matter what it detects in the actual terminal.
This commit is contained in:
parent
0ba789697a
commit
707e9e3d6e
7 changed files with 16 additions and 5 deletions
1
main.cpp
1
main.cpp
|
@ -52,7 +52,6 @@ void configure_world(DinkyECS::World &world, Map &game_map) {
|
|||
|
||||
|
||||
int main() {
|
||||
Terminal::SetColorSupport(Terminal::Color::TrueColor);
|
||||
DinkyECS::World world;
|
||||
|
||||
Map game_map(GAME_MAP_X, GAME_MAP_Y);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue