Executable is called game, not main

This commit is contained in:
Stefan E. Mayer 2020-04-11 13:10:50 +01:00
parent 5ff5be388f
commit 53201b8593

View File

@ -8,7 +8,7 @@
"name": "Debug",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/main",
"program": "${workspaceFolder}/game",
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",