Skip to content

Commit

Permalink
push
Browse files Browse the repository at this point in the history
  • Loading branch information
nydragon committed Apr 10, 2022
1 parent fe0e553 commit 54d32b2
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 1 deletion.
Binary file removed assets/nibbler/NibblerTestTileset.png
Binary file not shown.
Binary file removed assets/nibbler/NibblerTestTilesetSmall.png
Binary file not shown.
Binary file removed assets/pacman/NibblerTestTileset.png
Binary file not shown.
Binary file removed assets/pacman/NibblerTestTilesetSmall.png
Binary file not shown.
Binary file removed assets/pacman/NibblerTileset.png
Binary file not shown.
1 change: 1 addition & 0 deletions src/core/Core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ void Core::handleMenuInputs()
break;
case 'q': // quits the program
this->_state = ARCADE::HALT;
this->_gfx->popInput();
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/core/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ int main(int argc, char *argv[])
coreInstance->mainLoop();


// delete coreInstance;
delete coreInstance;

return 0;
}

0 comments on commit 54d32b2

Please sign in to comment.