diff options
Diffstat (limited to '.vscode')
| -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 fd73ad6..9e453e5 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -9,7 +9,7 @@ "type": "cppdbg", "request": "launch", "program": "${workspaceFolder}/build/ReiLua", - "args": ["/examples/image_draw/"], + "args": ["/examples/instancing/"], "stopAtEntry": false, "cwd": "${workspaceFolder}", "environment": [], |
