diff options
author | Flenk008 <frenk_0_0@hotmail.com> | 2023-03-13 18:03:21 +0100 |
---|---|---|
committer | Flenk008 <frenk_0_0@hotmail.com> | 2023-03-13 18:03:21 +0100 |
commit | 91c9d1c9fc13cf163c6262437de16c992dadaa5b (patch) | |
tree | f285c0e9e564a09109910b0850ae513f503e126d /.vscode/launch.json | |
parent | a9ad8e0a8ac5346108f1e2c1a0bf9360fadc20da (diff) |
Revert "Background collision"
This reverts commit e47f7fa198229b8598b8ab03ef8b2483f7c685bc.
Diffstat (limited to '.vscode/launch.json')
-rw-r--r-- | .vscode/launch.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index 4ff91bb..2f7561c 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -12,7 +12,7 @@ "environment": [], "externalConsole": false, "MIMode": "gdb", - "preLaunchTask": "build", + "preLaunchTask": "client/build", "setupCommands": [ { "description": "Enable pretty-printing for gdb", |