We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fd9cff commit 39546b9Copy full SHA for 39546b9
source/source/core/game.cpp
@@ -605,6 +605,9 @@ void Game::shutdown() {
605
curState->unload();
606
}
607
608
+ modal.destroy();
609
+ inventoryItems.clear();
610
+
611
content.unloadAll(
612
vector<CONTENT_TYPE> {
613
CONTENT_TYPE_MISC,
source/vs_code/tasks.json
@@ -118,8 +118,7 @@
118
"$gcc"
119
],
120
"group": {
121
- "kind": "build",
122
- "isDefault": true
+ "kind": "build"
123
},
124
"presentation": {
125
"reveal": "always",
0 commit comments