From b034aa01dc0ca443eba7c7b12ead7732c3e32240 Mon Sep 17 00:00:00 2001 From: jussi Date: Wed, 4 May 2022 23:11:09 +0300 Subject: Image manipulation functions. --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.vscode/launch.json') diff --git a/.vscode/launch.json b/.vscode/launch.json index 6927ffe..fd73ad6 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -9,7 +9,7 @@ "type": "cppdbg", "request": "launch", "program": "${workspaceFolder}/build/ReiLua", - "args": ["/examples/heightmap/"], + "args": ["/examples/image_draw/"], "stopAtEntry": false, "cwd": "${workspaceFolder}", "environment": [], -- cgit v1.2.3