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