fix macos renderer

This commit is contained in:
2026-03-03 10:17:20 -05:00
parent ad30ca8cb7
commit 9bf5131d27
2 changed files with 15 additions and 18 deletions

2
.vscode/launch.json vendored
View File

@@ -3,7 +3,7 @@
"configurations": [
{
"name": "Debug autosample (macOS)",
"type": "lldb",
"type": "lldb-dap",
"request": "launch",
"program": "${workspaceFolder}/build_debug/autosample.app/Contents/MacOS/autosample",
"args": [],