From db957a8181497a25e52328882e6e0f98d6551d0b Mon Sep 17 00:00:00 2001 From: jussi Date: Mon, 6 Feb 2023 23:03:39 +0200 Subject: RL_LoadFontEx. --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.vscode') 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": [], -- cgit v1.2.3