Merge branch 'master' of github.com:tollyx/dungeon
This commit is contained in:
commit
b6fb433457
2 changed files with 3 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -27,7 +27,8 @@ compile_commands.json
|
|||
CTestTestfile.cmake
|
||||
|
||||
# Misc
|
||||
build
|
||||
*.cfg
|
||||
*.log
|
||||
imgui.ini
|
||||
*.sublime*
|
||||
*.sublime*
|
||||
|
|
|
@ -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