More debugging ;_;
This commit is contained in:
parent
a2e68da071
commit
2a6c7c31e8
2 changed files with 3 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -27,6 +27,7 @@ compile_commands.json
|
||||||
CTestTestfile.cmake
|
CTestTestfile.cmake
|
||||||
|
|
||||||
# Misc
|
# Misc
|
||||||
|
build
|
||||||
*.cfg
|
*.cfg
|
||||||
*.log
|
*.log
|
||||||
imgui.ini
|
imgui.ini
|
||||||
|
|
|
@ -24,6 +24,7 @@ int main(int argc, char* argv[]) {
|
||||||
Renderer* renderer;
|
Renderer* renderer;
|
||||||
Input* input;
|
Input* input;
|
||||||
|
|
||||||
|
setenv("MESA_DEBUG", "", 0);
|
||||||
SDL_LogSetAllPriority(SDL_LOG_PRIORITY_VERBOSE);
|
SDL_LogSetAllPriority(SDL_LOG_PRIORITY_VERBOSE);
|
||||||
|
|
||||||
Config cfg = Config("dungeon.cfg");
|
Config cfg = Config("dungeon.cfg");
|
||||||
|
|
Loading…
Reference in a new issue